/Eloquent-JavaScript

The sources for the Eloquent JavaScript book

Primary LanguageJavaScript

Eloquent JavaScript

These are the sources used to build the third edition of Eloquent JavaScript (http://eloquentjavascript.net).

Feedback welcome, in the form of issues and pull requests.

Building

npm install
make html

To build the PDF file:

apt-get install texlive texlive-xetex fonts-inconsolata fonts-symbola texlive-fonts-chinese
make book.pdf