Have you ever wondered how JavaScript executes code?
javascript executes code by creating and managing Execution contexts
There are two types of Execution Contexts
Global Execution contexts
Function Execution contexts
Global Execution Contexts
In JavaScript, a global execution context is created wh...
mishba.hashnode.dev3 min read