Skip to content

fenekku/Eloquent-JavaScript

 
 

Repository files navigation

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

About

The sources for the Eloquent JavaScript book

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 58.1%
  • HTML 36.2%
  • CSS 3.3%
  • TeX 1.3%
  • Other 1.1%