I've got a good grasp of the basics of JavaScript, mainly because I learned it for React. Now I'm ready to dive into the core concepts of JavaScript. Can anyone share a roadmap or resources that can help me with this?
4 Answers
Check out the roadmap at roadmap.sh/frontend. It's a solid starting point!
The Mozilla Developer Network (MDN) has a fantastic JavaScript guide. You can find it at developer.mozilla.org/en-US/docs/Web/JavaScript/Guide. It covers pretty much every JavaScript concept you need to know. Once you're comfortable with that, look into the JS Execution Model for a deeper understanding of how JavaScript actually works.
Don't miss out on 'Exploring JavaScript' and 'Deep JavaScript: Theory and Techniques' by Dr. Axel Rauschmayer. Both of these are free to read online and very insightful!
You should definitely check out 'Eloquent JavaScript'. It's a great read and free online! Here's the link: eloquentjavascript.net.
I totally agree! That roadmap is super trustworthy!