How JavaScript code works: Execution context, callStack,
async Js, event loop, web API's callback Queue
1.Execution Context
What is an Execution Context?Everything in JS happens inside an Execution Context.Execution context is like a big box, it has 2 components.1. Memory Component 2. Code ComponentIn the memory component, all variables and functions a...
yashpurkar.hashnode.dev6 min read
Said Mounaim
Full Stack JavaScript Developer
Thanks!