Exercises for our learning js bookclub.
You'll need node installed. I suggest https://github.com/creationix/nvm or https://github.com/tj/n. Or just go to https://nodejs.org/en/ and install 4.2.6.
After,
npm install
to install all of the packages we are using on this project and
you're good to go!
All you have to do is run npm test
to run the tests!
Once you've made all the tests in 01-js-basics-test.js
pass, you done!!