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