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:
Jeevankumar S
2026-03-24 19:37:58 +05:30
committed by GitHub
parent c1ae6b6ea9
commit 54af69349e
15 changed files with 1239 additions and 0 deletions
+7
View File
@@ -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": [