DEV Community

Discussion on: What is your learning roadmap when you first started learning Node.js?

Collapse
 
nickytonline profile image
Nick Taylor • Edited

I would recommend learning about closures, scope and the event loop first. Check out YDKJS. Also, here's a great video about the event loop.

I'd also highly recommend this great katas site, es6katas.org, once you get up to speed with all things ES6. I have some other front-end resources here if your interested, resources.iamdeveloper.com. Looks like I need to convert another gist to a blog post. 😉

Collapse
 
ssommerit profile image
Shawn Sommer

Thanks for posting the katas site for ES6. It's in my list of things to learn and that looks like a great resource.