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...