Execution Context
What is Execution Context?
An Execution Context is an internal environment created by the JavaScript engine to evaluate and execute code.
JavaScript has Global execution context and Local Execution co
javascript-kartik.hashnode.dev2 min read