JavaScipt Execution Context
Everything in JavaScript happens inside an "Execution Context"
Execution Context
As soon as the JS program is run, the global execution context is created. It has 2 components, Memory & Code, so it is created in 2 phases.
Phase 1
Memory creation phas...
hrshtmlng.hashnode.dev1 min read