Execution context in JavaScript
In JavaScript, the execution context is the environment in which code is executed. Everything in JavaScript happens inside this execution context.
Every time a function is executed, a new execution context is created. The execution context consists o...
mayurlalwani.hashnode.dev2 min read