Execution Context in JS
Introduction
JavaScript Engine creates a special environment to handle the code execution. This special environment is called Execution Context. Everything in JS happens inside an Execution Context
There are two types of Execution Contexts in JS
Glo...
sainath.hashnode.dev3 min read