Ask HN: A modern day alternative to “JavaScript the good parts”?
1–10 of 14 posts
Re: Ask HN: A modern day alternative to “JavaScript the good parts”?
#2Re: Ask HN: A modern day alternative to “JavaScript the good parts”?
#3I recommend Kyle Simpson's series You Don't Know JS for understanding in depth.
Eloquent JavaScript by Marijn Haverbeke is a great interactive resource covering the basics: https://eloquentjavascript.net.
For more practical guidance on specific topics I recommend https://egghead.io if you're okay learning from videos.
Re: Ask HN: A modern day alternative to “JavaScript the good parts”?
#4Link: https://www.amazon.com/dp/1680502883/ref=cm_sw_r_cp_awdb_t1_...
Re: Ask HN: A modern day alternative to “JavaScript the good parts”?
#5Re: Ask HN: A modern day alternative to “JavaScript the good parts”?
#6Watch and code is from an exgoogler. I wouldn't say its a "Javascript the good parts".
Its closer to Uncle Bobs "Clean Code" with a todomvc tutorial mixed in, with some overlap of YDKJS.
I wrote a short review here. http://vincentmtang.com/2018/05/23/my-review-on-watch-and-co...
Re: Ask HN: A modern day alternative to “JavaScript the good parts”?
#7Re: Ask HN: A modern day alternative to “JavaScript the good parts”?
#8Re: Ask HN: A modern day alternative to “JavaScript the good parts”?
#9Without doubt Kyle Simpson’s You Don’t Know JS. I am going to say not only is this the best book on any programming language, but that it completely changed my understanding of what a teacher and a good intellectual is.
Re: Ask HN: A modern day alternative to “JavaScript the good parts”?
#10I think JavaScript: The Good Parts is still relevant, you'll just want to supplement it with other resources on ES6, async, etc. I recommend Kyle Simpson's series You Don't Know JS for understanding in depth. Eloquent JavaScript by Marijn Haverbeke is a great interactive resource covering the basics: https://eloquentjavascript.net . For more practical guidance on specific topics I recommend https://egghead.io if you'…