Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 502 Bytes

File metadata and controls

20 lines (12 loc) · 502 Bytes

learning-js-exercises

Exercises for our learning js bookclub.

Installation

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!

Running the exercises

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!!