mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
feat(curriculum): create Wildlife Tracker workshop (#65980)
Co-authored-by: majestic-owl448 <26656284+majestic-owl448@users.noreply.github.com> Co-authored-by: Dario <105294544+Dario-DC@users.noreply.github.com> Co-authored-by: Ilenia M <nethleen@gmail.com>
This commit is contained in:
@@ -4799,6 +4799,13 @@
|
||||
"In these lectures, you will learn the fundamentals of JavaScript objects, including how to create them, access their properties, and understand the difference between primitive and non-primitive data types."
|
||||
]
|
||||
},
|
||||
"workshop-wildlife-tracker": {
|
||||
"title": "Build a Wildlife Tracker",
|
||||
"intro": [
|
||||
"In this workshop, you will build a simple Wildlife Tracker using JavaScript objects.",
|
||||
"You will practice creating objects, accessing and updating properties, removing properties, checking for property existence, and working with bracket notation."
|
||||
]
|
||||
},
|
||||
"lab-cargo-manifest-validator": {
|
||||
"title": "Build a Cargo Manifest Validator",
|
||||
"intro": [
|
||||
|
||||
Reference in New Issue
Block a user