Books on Javascipt

Here are some selected Javascript books...

JavaScript: The Definitive Guide is the Javascript book recommended by Yahoo's Douglas Crockford in his lecture linked here.

Preview the book »

This book starts by covering all the fundamentals such as data types, variables, operators, functions, and arrays. Then it goes into Objects and object-oriented Javascript. Advanced topics includes scripting cookies, DOM, and event handling.