Hacker News new | ask | show | jobs
by sunnykgupta 2906 days ago
Make sure most of your tutorials are around the language and not specific to some frameworks.

Being able to understand the underlying language has been key to finally get a grasp on what happens under the hood with Modern Magical Frameworks.

Also, being able to understand the event-loop and how JS manages memory etc is worth getting into once you have the basics clear. I recommend understanding the internals of V8 at some-point down the line.