SMSidratul Muntahainmapandsetinjs.hashnode.dev00Understanding the this Keyword in JavaScript3h ago · 3 min read · What does this really mean (in simple words)? Think of this as a label that points to something—but that “something” is not fixed.It changes depending on who is using (calling) the function at that moJoin discussion
SMSidratul Muntahainmapandsetinjs.hashnode.dev00Map and Set in JavaScript4h ago · 5 min read · Modern JavaScript (ES6+) introduced Map and Set to solve everyday problems developers faced with objects and arrays. While objects and arrays are still widely used, they sometimes become inefficient oJoin discussion
SMSidratul Muntahaindestructuringinjs.hashnode.dev00Destructuring in JavaScript4h ago · 5 min read · What Does Destructuring Mean? Destructuring in JavaScript is a syntax that allows you to unpack values from arrays or properties from objects into separate variables — in a clean and readable way. ThiJoin discussion
SMSidratul Muntahainpromisesinjs.hashnode.dev00JavaScript Promises Explained for Beginners4h ago · 3 min read · What Problem Do Promises Solve? Before promises, JavaScript relied heavily on callbacks to handle asynchronous operations like API calls, file reading, or timers. But callbacks often led to something Join discussion
SMSidratul Muntahainasyncawaitinjs.hashnode.dev00Async/Await in JavaScript: Writing Cleaner Asynchronous Code6h ago · 3 min read · Introduction As JavaScript evolved, handling asynchronous operations became both powerful and… messy. Early solutions like callbacks led to deeply nested structures (often called “callback hell”), andJoin discussion