“Nearly all of the books about JavaScript are quite awful. They contain errors, poor examples, and promote bad practices. Important features of the language are often explained poorly, or left out entirely. I have reviewed dozens of JavaScript books, and I can only recommend one: JavaScript: The Definitive Guide (5th Edition) by David Flanagan.” — Douglas Crockford
40 books ·
90 voters ·
list created May 26th, 2011
by Maga Zandaqo (votes) .
Comments Showing 1-7 of 7 (7 new)
date
newest »
newest »
message 1:
by
Rob
(new)
Sep 09, 2011 02:32PM
What the heck is "Programming Perl" doing at the #1 position in the "Best JavaScript Books" list?
reply
|
flag
I have written a review/ comparison of 5 JavaScript books highlighting the weaknesses and strengths of every book. http://anuary.com/68/the-best-javascr... The best book about JavaScript depends on what you are looking to learn (familiarising with syntax/ function reference, exploring different patterns or solving particular issues, such as legacy browser support and DOM manipulation). It should help the reader to pick the best book about JavaScript for his intentions. It covers 3 of the books on this list.
CoffeeScript is not Javascript. Yes it does compile down to Javascript, but it itself, is not Javascript. Even the books about CoffeeScript mention that it is not Javascript. The syntax is different enough that most people compare it to Ruby. That Coffeescript book should be removed.
I personally like “Head First JavaScript Programming: A Brain-Friendly Guide”. This book is easy to follow.http://toptalkedbooks.com/books/2OfKM...











