Ask HN: How to start learning JavaScript concepts
Have been using frameworks like jQuery and AngularJS in multiple applications. But I have felt that I have not been able to understand the core concepts of javascript programming the way it should be understood. I want to learn how to create a JS frontend which is modular and clean. What resources like books and blogs do you recommend?
4 comments
[ 3.8 ms ] story [ 15.8 ms ] threadThat's really all you need to get started.
[0] https://github.com/markerikson/react-redux-links
[1] https://github.com/markerikson/react-redux-links/blob/master...
[2] http://eloquentjavascript.net/
[3] https://github.com/getify/You-Dont-Know-JS
[4] http://exploringjs.com/
Thank you @acemarke for the response and introducing me to these cool resources.