Exercism exercises in JavaScript
To run the tests, you'll need NodeJS and Jasmine. For information about how to install these tools, see the Javascript page.
The following commands assume that you are in the 'xjavascript' directory:
% make test
% make test-assignment ASSIGNMENT=wordy
Please see the contributing guide