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...
sourabhbhatt.com4 min read