Ask HN: How to start learning JavaScript concepts
1–5 of 5 posts
Re: Ask HN: How to start learning JavaScript concepts
#2That's really all you need to get started.
Re: Ask HN: How to start learning JavaScript concepts
#3Read this https://www.amazon.com/JavaScript-Good-Parts-Douglas-Crockfo... That's really all you need to get started.
Re: Ask HN: How to start learning JavaScript concepts
#4[0] https://github.com/markerikson/react-redux-links
[1] https://github.com/markerikson/react-redux-links/blob/master...
[2] http://eloquentjavascript.net/
Re: Ask HN: How to start learning JavaScript concepts
#5I keep a big list of links to high-quality tutorials on React and related topics ([0]). As part of that list, I have a page of links to Javascript learning resources ([1]). In particular, I highly recommend "Eloquent Javascript" ([2]), "You Don't Know JS" ([3]), and everything ever written by Dr. Axel Rauschmayer ([4]). [0] https://github.com/markerikson/react-redux-links [1] https://github.com/markerikson/react-redu…
Thank you @acemarke for the response and introducing me to these cool resources.