How JavaScript Works? How JavaScript Code is executed? Execution Context & Call Stack
π Everything in JavaScript happens inside the execution context
The execution context is like a big box in which we have 2 components in it.
π§ Memory Component: The first component inside javascript is the memory component. The memory component is...