aklap / eloquent_js

Solutions in ES6 for the book 'Eloquent JavaScript'

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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).

About

Solutions in ES6 for the book 'Eloquent JavaScript'


Languages

Language:JavaScript 100.0%