Ask HN: Is JavaScript the Good Parts still relevant?

10 points by skfroi ↗ HN
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

[ 6.5 ms ] story [ 15.0 ms ] thread
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.
Javascript the Good Parts is for folks who already know Javascript. The concepts are more advanced than most beginners would encounter (currying, memoization etc).
Speaking JavaScript by Axel Rauschmayer http://speakingjs.com/ is quite well suited for people coming from other languages rather than newbies to programming.