How JavaScript Code is executed? in & Call Stack | Namaste JavaScript Ep. 2 notes by samjs
In the previous blog, we learnt about Execution context, let's see how's the creation of execution context happens
Creation of javascript execution context
creation of execution context can be separated into two phases:
memory allocation phase
here...
samjs.hashnode.dev2 min read