SPSahil Prasharindevwithsahil.hashnode.dev00Async/Await in JavaScript: Writing Cleaner Asynchronous Code5h ago · 5 min read · Remember when I said Promises were a game-changer? Well… Async/await made Promises feel like the old way. And that surprised me. Because when I first learned Promises, I thought: “Okay, this must be tJoin discussion
SPSahil Prasharindevwithsahil.hashnode.dev00JavaScript Promises Explained for Beginners6h ago · 5 min read · After learning callbacks, I remember thinking: Okay… I understand callbacks.But why does this start getting messy so quickly? Simple examples were fine. But the moment multiple async tasks depended onJoin discussion
SPSahil Prasharindevwithsahil.hashnode.dev00Callbacks in JavaScript: Why They Exist7h ago · 5 min read · When I first heard the word callback, I thought it sounded much more complicated than it actually was. I imagined it was some advanced JavaScript feature. But when I finally understood it, I realized…Join discussion
SPSahil Prasharindevwithsahil.hashnode.dev00Synchronous vs Asynchronous JavaScript7h ago · 5 min read · When I started learning JavaScript, I thought code runs exactly how we write it. Line 1 runs.Then line 2.Then line 3. Simple. And honestly… most of the time, that is true. But then I used setTimeout()Join discussion
SPSahil Prasharindevwithsahil.hashnode.dev00The Magic of this, call(), apply(), and bind() in JavaScriptMar 14 · 9 min read · When I first saw the word this in JavaScript…I honestly thought — “Okay… this what?” 😅 It looked simple.Just a small keyword. But the more I used functions and objects, the more confusing it became. Join discussion