Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ryepup/eloquentjs

tests and solutions created while working through Eloquent Javascript.
https://github.com/ryepup/eloquentjs

Last synced: about 1 month ago
JSON representation

tests and solutions created while working through Eloquent Javascript.

Awesome Lists containing this project

README

        

# Eloquent Javascript

This repository holds tests and solutions created while working
through [Eloquent Javascript][].

The master branch of this repository has only tests and stub
solutions.

To run the tests, install [nodejs][] for you platform, then run:

npm run test

This will start a test listener and re-run tests automatically as you
change files. Tests are written using the [jasmine][] test framework.

[jasmine]: http://jasmine.github.io/
[nodejs]: https://nodejs.org/
[Eloquent Javascript]: http://eloquentjavascript.net/