Skip to content

thebinaryfelix/eloquent-javascript-exercises

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript Practice

This repository has resolutions for the exercises proposed on Eloquent JavaScript, a book by Marijn Haverbeke, 2nd Edition.

To execute the code from the src folder with NodeJS, you should compile the code with Babel.

$ git clone https://github.com/thebinaryfelix/eloquent-javascript-exercises.git
# done clonning
$ npm install
# installed dependencies
$ npm run build

A dist folder will be created on the root directory. There, the code can be executed using node command.

node dist/chapters/chapter{number}/{filename.js}

Tests

Tests can be found inside src/chapters/.../__tests__

Running tests

npm test

Releases

No releases published

Packages

No packages published