DEV Community

Discussion on: Ultimate Road Map to Study JavaScript : Basics to Advanced

Collapse
 
z2lai profile image
z2lai

Very extensive list and good breakdown of the sub-topics! I think the list is missing a few key fundamentals like scope and execution context. It has "closures" but it's probably more important to understand what lexical scope is first. Execution context relates to how the engine runs the code and includes concepts like hoisting and "this" binding.

Collapse
 
zinox9 profile image
Arjun Porwal

Yeah Right , these topics come in the inner working of JavaScript and are important too. I have already planned to share a full explanation of all those topics soon. 😉