Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ryepup/eloquentjs
- Owner: ryepup
- Created: 2015-05-06T02:37:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-16T02:27:36.000Z (over 9 years ago)
- Last Synced: 2024-04-08T17:10:43.493Z (9 months ago)
- Language: JavaScript
- Size: 195 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/