Ask HN: Which javascript book is a must read?
1–7 of 7 posts
Re: Ask HN: Which javascript book is a must read?
#2Re: Ask HN: Which javascript book is a must read?
#3People often recommend Douglas Crockford's "Javascript, the Good Parts" and "Eloquent Javascript," by Marijn Haverbeke. The source code of interesting libraries like jQuery can be very illuminating as well.
Re: Ask HN: Which javascript book is a must read?
#4It 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?
#5http://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?
#6Warning: 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.