Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

About

Exercises from the book Eloquent Javascript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

AltStyle によって変換されたページ (->オリジナル) /