feat(curriculum): create Wildlife Tracker workshop#65980
Draft
Jeevankumar-s wants to merge 7 commits intofreeCodeCamp:mainfrom
Draft
feat(curriculum): create Wildlife Tracker workshop#65980Jeevankumar-s wants to merge 7 commits intofreeCodeCamp:mainfrom
Jeevankumar-s wants to merge 7 commits intofreeCodeCamp:mainfrom
Conversation
Comment on lines
10
to
14
| In this workshop, you will build a simple wildlife tracker using JavaScript objects. | ||
|
|
||
| Start by creating a variable named `tiger` and assign it an object. | ||
|
|
||
| The object should have a property called `species` with the value `"Tiger"`. |
Contributor
There was a problem hiding this comment.
this is the first time writing an object, please add an example before asking to create the tiger variable, maybe consider even breaking this into two steps, one to write the empty object, one to add the first property
Contributor
Author
There was a problem hiding this comment.
Thanks for the feedback! I’ve updated the first step to include an example and split it into smaller steps so learners first create an empty object and then add the property. Please let me know if anything else should be adjusted.
Jeevankumar-s
commented
Feb 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Checklist:
mainbranch of freeCodeCamp.Closes #65979
This PR adds the "Build a Wildlife Tracker" workshop to the JavaScript V9 certification inside the javascript-objects module.