How does JavaScript work?
In this article we are going to cover:
How JavaScript works behind the scene
Global execution context
Call stack
Everything in JavaScript happens inside an Execution Context.
This Execution context is known as Global Execution Context where ever...
sanketdhabarde.hashnode.dev3 min read