JavaScript Execution Context
Everything in JavaScript happens inside the Execution Context.
We can assume the execution context to be the big box🗃 container in which the whole JavaScript is executed.
So the execution context has 2 components in it.
Memory Component
Code Compo...