A portable, offline-compatible of Eloquent JavaScript by Marijn Haverbeke (Second Edition).
The original work is licenced under the Creative Commons attribution-noncommercial license
This version is a repackaged version of the HTML pages, complete with images and code sandbox (including the exercise solutions) intended for local, offline use.
Once downloaded locally, it should work exactly like the online version, but will not require an Internet connection. The external links, obviously, will only be reachable when you have an Internet connection.
Some minor modifications have been applied to the main stylesheet to increase to size of the main navigation (especially on the bottom one). Indeed the main application for the version was for use on a tablet, so I wanted the buttons to be easier to use with a touchscreen.
Use Firefox if the sandbox doesn't run in Chrome
You may have to install a web server on your tablet ("SimpleHttpServer" is fine). Configure the web server to point to your local folder of "Eloquent JavaScript Portable". Then open your browser to http://localhost (include the port if necessary, like http://localhost:12345/ for example). Note : You may have to use the internal storage as some browsers will refuse to load pages on external storage such as SD cards or USB.