Memory Management And Hoisting in Javascript
Memory Management in Javascript
How is Memory allocation done in Javascript?
A javascript program Memory allocation has two phases
Phase 1
A global execution context is created and all the variables and functions are assigned memory.This process ha...
jeevanhenrydsouza.hashnode.dev2 min read