Eloquent JavaScript: An opinionated guide to programming
by Marijn Haverbeke
Publisher: No Starch Press 2011
ISBN/ASIN: 1593272820
Description:
Eloquent JavaScript is a digital book providing a comprehensive introduction (tutorial) to the JavaScript programming language. Apart from a bookful of text, it contains plenty of example programs, and an environment to try them out and play with them. The book is aimed at the beginning programmer ― people with prior programming experience might also get something out of it, but they should not read chapters 2 to 5 too closely, because most of the concepts discussed there will probably be nothing new to them.
Download or read it online for free here:
Download link
(1.4MB, ZIP)
Similar books

by Nicholas C. Zakas - O'Reilly Media
Different browsers can develop native APIs for the same specification and still end up with different interpretations. These APIs can tie your code to specific browsers, forcing you to upgrade applications whenever new browsers are released.
(13359 views)

by Addy Osmani - O'Reilly Media
Learn how to write beautiful, structured, and maintainable JavaScript by applying design patterns to the language. If you want to keep your code efficient, more manageable, and up-to-date with the latest best practices, this book is for you.
(9999 views)

by Thomas Davis - backbonetutorials.com
Backbone.js has had unrivaled success and will be a crucial tool in modern web development. This free e-book aims to get developers up to speed with single page web application development using Backbone.js as a foundation.
(14934 views)

by Cody Lindley - Lulu.com
The book gives the reader an accurate JavaScript worldview through an examination of native JavaScript objects and supporting nuances: complex values, primitive values, scope, inheritance, etc. A short and digestible summary of the ECMA-262.
(14673 views)