Ask HN: A modern day alternative to “JavaScript the good parts”?
I've been out of touch with Javascript for about 5 years. Before that I used to do a little bit of frontend programming. I first learned javascript from "Javascript the good parts", a book by Douglas Crockford. I want to learn it again now. Is there a modern day alternative to the same book. An online resource will also work. The real requirement is that it should be concise and engaging.
13 comments
[ 23.1 ms ] story [ 507 ms ] threadhttps://www.youtube.com/channel/UCYqCZOwHbnPwyjawKfE21wg
http://es6-features.org/#Constants
https://github.com/getify/You-Dont-Know-JS
https://medium.com/search?q=javascript
https://javascriptweekly.com/
https://nodeweekly.com/
https://www.reddit.com/r/learnjavascript/
http://www.jstips.co/
and
https://www.google.com/
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're okay learning from videos.
Link: https://www.amazon.com/dp/1680502883/ref=cm_sw_r_cp_awdb_t1_...
Watch 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...
[1] https://eloquentjavascript.net/
If you're just looking for the ES6-7-8 updates, https://flaviocopes.com/ecmascript/
https://basarat.gitbooks.io/typescript/content/docs/getting-... (ssl cert expired today -_-)