During the past year I've been heavily involved in building and strengthening the tech community in Puerto Rico. As a result many students and beginning devs have asked me for advice on how to really learn Javascript. My response is always "start with Javascript the Good Parts".<p>In the state the the JS world is right now does this still hold true? Should I recomend some other book in addition to JtGP?
"The Good Parts" is still a good one, but my recommendation these days now goes to Effective Javascript:<p><a href="http://www.amazon.com/Effective-JavaScript-Specific-Software-Development/dp/0321812182/" rel="nofollow">http://www.amazon.com/Effective-JavaScript-Specific-Software...</a><p>Outside of books, <a href="http://superherojs.com" rel="nofollow">http://superherojs.com</a> is another good resource to recommend.
It strikes me as a poor apology for the crap status of JS with a sprinkle of Douglas's debatable opinion rather than a useful primer in modern JS.
I can highly recommend books written by Nicholas Zakas.<p><a href="http://www.amazon.com/Professional-JavaScript-Developers-Nicholas-Zakas/dp/1118026691/" rel="nofollow">http://www.amazon.com/Professional-JavaScript-Developers-Nic...</a><p>There is one shorter book that he wrote recently:
<a href="https://leanpub.com/oopinjavascript" rel="nofollow">https://leanpub.com/oopinjavascript</a>
Speaking JavaScript by Axel Rauschmayer <a href="http://speakingjs.com/" rel="nofollow">http://speakingjs.com/</a> is quite well suited for people coming from other languages rather than newbies to programming.
You may also want to check out Eloquent Javascript . <a href="http://eloquentjavascript.net/" rel="nofollow">http://eloquentjavascript.net/</a> . This is my goto book for Javascript
Javascript the Good Parts is for folks who already know Javascript. The concepts are more advanced than most beginners would encounter (currying, memoization etc).
I would recommend pointing them to this resource as well (19 pages and counting): <a href="http://wtfjs.com" rel="nofollow">http://wtfjs.com</a>