- 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 testfrom the same directory as js-1.js. - If you see that you've passed all tests, you're good to go.
- Open up
index.htmland 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
masterbranch.
There's no autograding for this project, so we'll send you solutions over Pull Request.