Understanding the Execution Context and Thread of Execution in JavaScript
Before we begin to understand what an execution context is, let's think of it as an environment/ scope where the code is evaluated in.
Deep Dive
When we start the JavaScript program, we start in the global execution context. Some variables are declar...
sanskargoyal.hashnode.dev3 min read