DEV Community

Discussion on: What's one thing you wish you knew before you started programming?

Collapse
 
maciekchmura profile image
Maciek Chmura

How exactly heap and stack "works". Many things in JS would make more sense from the beginning if I knew how exactly memory behaves in a computer.
Value
Reference
Closure
Context
Scope
Event Loop
etc