Your mission: Pass the Tests!
- Fork this repo in GitHub
- Clone it to your machine, then:
cd js-week-01
npm install
- Run the tests:
npm test
- Pass the tests by following the instructions in
index.js
.
Save your changes as you go, and keep checking your test results with npm test
.
Have fun!