Practice getting familiar with arrays. Documentation link
- Be able to key / index into an array
- Be able to set values into an array
- Be able to use push, pop, unshift, and shift
- Be able to use
.lengthproperty on an array.
- Experience with values types and operators
- Fork this repo
- Clone the forked repository
cdto the directory where you cloned itnpm installto install dependenciesnpm testto run the 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.