JavaScript Execution Context and Call Stack Explained
Jan 4 · 4 min read · Why Execution Context is important in JavaScript ? When I first learnt JavaScript, I tried to memorize syntax but struggled to understand why the code behaved the way it did. What are all these jargons like : Hoisting, Scope, Closure, async behavior?...
Join discussion