What's Execution Context in Javascript
π Global Execution:
The Global Environment and the Global Object:
Whenever code is run in javascript, it's run inside an execution context. A wrapper which is parsing, verifying and looking into your code while running.
Base Execution Context is a ...
muhammadawaisshaikh.hashnode.dev3 min read