/eloquent_js

Solutions in ES6 for the book 'Eloquent JavaScript'

Primary LanguageJavaScript

All the exercises from Eloquent JS done in ES2015.

To run:

Change directory into root and then install with npm install.

Change directory into a chapter folder and run npm test to run all tests & linter via gulp.js tasks and babel (transpiler).