This is a series of books diving deep into the core mechanisms of the JavaScript language. The first edition of the series is now complete. It is written by Kyle Simpson and published in source code in his github repo. As I wanted to read it on the go, I added some scripts to create ePub
books from it.
- Up & Going as ePub
- Scope & Closures as ePub
- this & Object Prototypes as ePub
- Types & Grammar as ePub
- Async & Performance as ePub
- ES6 & Beyond as ePub
This copy of the original Github repo has been modified: It contains scripts to build the books as epub
, PDF
and HTML
. To generate those books:
-
If you have not already done so, install:
git <http://git-scm.com/>
_make <http://www.gnu.org/software/make/>
_ (OS X users should install XCode anddownload the command line tools <http://stackoverflow.com/questions/9329243/xcode-4-4-command-line-tools>
_.)pandoc <http://johnmacfarlane.net/pandoc>
_latex <http://www.latex-project.org/>
_ (OS X users should probably installMacTex <http://tug.org/mactex/>
_.)
-
From the book directory (i.e.
./async & performance
), typemake
. This generates three versions of the book in abuild/
directory.