Open an exercise in your editor and complete the code.
Then run the file with node to test if you pass the tests correctly.
Alternativly you can run all tests
git clone https://github.com/nan-ci/js.git # download the code localy
cd git # change working directory to the newly cloned repository
npm test # run the test runner
code . # open it in your code editor and start to code !