- Clone this repository to your computer. Work locally.
- Start by reading
js-1.js
. Fill in answers there as necessary. - If you're curious if you have the right solution, be sure to save your file, and then run
npm run test
from the same directory as js-1.js. - If you see that you've passed all tests, you're good to go.
- Open up
index.html
and follow instructions for the second part. Create new JS files for this part (and CSS). - When you're ready, just submit the assignment by pushing up to GitHub. Please push to the
master
branch.
There's no autograding for this project, so we'll send you solutions over Pull Request.