Skip to content

Comments

feat(curriculum): create Wildlife Tracker workshop#65980

Draft
Jeevankumar-s wants to merge 7 commits intofreeCodeCamp:mainfrom
Jeevankumar-s:feat/wildlife-tracker-workshop
Draft

feat(curriculum): create Wildlife Tracker workshop#65980
Jeevankumar-s wants to merge 7 commits intofreeCodeCamp:mainfrom
Jeevankumar-s:feat/wildlife-tracker-workshop

Conversation

@Jeevankumar-s
Copy link
Contributor

Checklist:

Closes #65979

This PR adds the "Build a Wildlife Tracker" workshop to the JavaScript V9 certification inside the javascript-objects module.

@github-actions github-actions bot added scope: curriculum Lessons, Challenges, Projects and other Curricular Content in curriculum directory. platform: learn UI side of the client application that needs familiarity with React, Gatsby etc. scope: i18n language translation/internationalization. Often combined with language type label labels Feb 20, 2026
@jdwilkin4 jdwilkin4 added the js v9 cert This is for the JS V9 certification. label Feb 20, 2026
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"`.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

js v9 cert This is for the JS V9 certification. platform: learn UI side of the client application that needs familiarity with React, Gatsby etc. scope: curriculum Lessons, Challenges, Projects and other Curricular Content in curriculum directory. scope: i18n language translation/internationalization. Often combined with language type label

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Workshop - Build a Wildlife Tracker

3 participants