It's time to get some practice using Objects! Below we've included a link to
download a zip
file for a number of problems.
Complete the problems in the order specified. You should have mocha
installed
and will need to pass all the tests in order to move on.
To run the tests for the above problems you will need to unzip the file you downloaded and then navigate into the directory for that file. Once there you can run the command:
~ mocha
The mocha
command will run all the tests. If you have any trouble with this
don't hesitate to ask a TA for help!
When you finish your project, don't forget to add your project to your Github!
- Go to Github
- Create a new repo
- Initialize the local directory as a Git repository
- Save your finished project
- Add and commit your project
- Push the project to the repo you created
- Here are the docs for references GitHub Docs