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?
Ask HN: Is JavaScript the Good Parts still relevant?
1–9 of 9 posts
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".
Re: Ask HN: Is JavaScript the Good Parts still relevant?
#2"The Good Parts" is still a good one, but my recommendation these days now goes to Effective Javascript:
http://www.amazon.com/Effective-JavaScript-Specific-Software...
Outside of books, http://superherojs.com is another good resource to recommend.
Re: Ask HN: Is JavaScript the Good Parts still relevant?
#3"The Good Parts" is still a good one, but my recommendation these days now goes to Effective Javascript: http://www.amazon.com/Effective-JavaScript-Specific-Software... Outside of books, http://superherojs.com is another good resource to recommend.
Thanks!
http://superherojs.com look really good. I'll definitely check it out.
Re: Ask HN: Is JavaScript the Good Parts still relevant?
#4I would recommend pointing them to this resource as well (19 pages and counting): http://wtfjs.com
Re: Ask HN: Is JavaScript the Good Parts still relevant?
#5It 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.
Re: Ask HN: Is JavaScript the Good Parts still relevant?
#6I can highly recommend books written by Nicholas Zakas.
http://www.amazon.com/Professional-JavaScript-Developers-Nic...
There is one shorter book that he wrote recently: https://leanpub.com/oopinjavascript
Re: Ask HN: Is JavaScript the Good Parts still relevant?
#7You may also want to check out Eloquent Javascript . http://eloquentjavascript.net/ . This is my goto book for Javascript
Re: Ask HN: Is JavaScript the Good Parts still relevant?
#8Javascript the Good Parts is for folks who already know Javascript. The concepts are more advanced than most beginners would encounter (currying, memoization etc).
Re: Ask HN: Is JavaScript the Good Parts still relevant?
#9Speaking JavaScript by Axel Rauschmayer http://speakingjs.com/ is quite well suited for people coming from other languages rather than newbies to programming.