Examples from the book Eloquent JS Added Jasmine tests for testing examples from the book.
To run tests and monitor changes, install jasmine-node: $ npm install jasmine-node -g
and run: $ jasmine-node . --autotest --color
Examples from the book Eloquent JS Added Jasmine tests for testing examples from the book.
To run tests and monitor changes, install jasmine-node: $ npm install jasmine-node -g
and run: $ jasmine-node . --autotest --color