Go through the setup instructions for JavaScript to install the necessary dependencies:
http://exercism.io/languages/javascript
Execute the tests with:
jasmine-node .
In many test suites all but the first test have been skipped.
Once you get a test passing, you can unskip the next one by
changing xit to it.