Make sure Node.js is installed:
$ brew install node
- Fork & Clone this repo
- run
npm install
in the repo
$ npm test
Complete all of the functions inside of the src/
folder in order to get the tests to pass. You should not need to use any for
loops.