top | item 7932752

Ask HN: Is JavaScript the Good Parts still relevant?

10 points| skfroi | 11 years ago

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".

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?

8 comments

order

peterashford|11 years ago

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.

petercooper|11 years ago

Speaking JavaScript by Axel Rauschmayer http://speakingjs.com/ is quite well suited for people coming from other languages rather than newbies to programming.

kb19|11 years ago

Javascript the Good Parts is for folks who already know Javascript. The concepts are more advanced than most beginners would encounter (currying, memoization etc).

_random_|11 years ago

I would recommend pointing them to this resource as well (19 pages and counting): http://wtfjs.com