Mar 27 · 5 min read · Introduction Imagine JavaScript as a manager in an office 🧑💼. Before starting any work, the manager doesn’t immediately execute tasks.Instead, they: Prepare everything first (assign space, organiz
Join discussion
Mar 20 · 11 min read · Introduction What the heck are closures? JavaScript is already full of weird and unexpected behaviour. Well, here's one more: Closures. And here's the kicker—most JavaScript developers don't actually
Join discussion
Jan 20 · 42 min read · Execution Context is one of the most fundamental yet most misunderstood concepts in JavaScript. It defines how JavaScript code is evaluated and executed, and it plays a central role in determining how variables, functions, and scope behave. Many core...
Join discussion
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