Get comfortable working with objects and iterating through them. Documentation link
- Be able to key / index into an object.
- Be able to update key value pairs with reassignment.
- Be able add a key value pair in an object.
- Be able to iterate through an object.
- Be comfortable with using dot notation and bracket notation.
- Experience with values types and operators
- Familiarity with JS loops
- Familiarity with arrays.
- Familiarity with strings.
- Fork this repo
- Clone the forked repository
cdto the directory where you cloned itnpm installto install dependenciesnpm testto run the testsnpm run bonusto run the bonus tests
Note: Remember to
git add,git commitandgit pushregularly
- When finished, commit and push your work.
- Make a pull request on github.
- Submit the link to your pull request on Canvas.