what is GEC
What is GEC?
The Global Execution Context is the first execution context created when a JavaScript program starts.It consists of two main phases:
Creation Phase (Memory Creation Phase)
JavaScript sets up memory for variables and functions.
Variabl...
yesamitsingh.hashnode.dev3 min read