Live data from Hacker News

Ask HN: Which javascript book is a must read?

news.ycombinator.com

1–7 of 7 posts

Re: Ask HN: Which javascript book is a must read?

#4
I recommend "Javascript: The Definitive Guide". It's not a "fun" read, but it will tell you almost everything you need to know. From javascript the language to the DOM and the different browser behaviour.

It also includes a reference section that is indispensable. I recommend getting it as an ebook though because you're going to be using the reference section a lot.

Re: Ask HN: Which javascript book is a must read?

#5
Here are some interesting web pages I've bookmarked on JS:

http://www.bolinfest.com/javascript/inheritance.php

http://fuelyourcoding.com/jquery-events-stop-misusing-return...

If you start reading them, and spider out and read more whenever you encounter something you don't understand, you'll learn a lot.

Re: Ask HN: Which javascript book is a must read?

#6
Do you need a book? If not, then http://developer.yahoo.com/yui/theater/ Anything by Douglas Crockford is especially useful.

Warning: Douglas is only one man and he is very opinionated about some stuff but he is also smart. So, take the good and leave the bad. Or sometimes, you have to take the bad because everyone else in the world forces you to.