Jan 9, 2025 · 9 min read · When I first started learning JavaScript, I spent ages feeling completely baffled by the event loop, Promises, and how callbacks tie everything together. I highly recommend Philip Robert’s JSConf EU talk regarding the JavaScript event loop. In theory...
Join discussion
May 28, 2023 · 2 min read · In the previous blog, we learned about the basics of promises in javascript. Here is the link if you've missed it: https://pulkitgovrani.hashnode.dev/what-are-promises-in-javascript Now in this blog, we will be learning how promises can handle more t...
TChirag commented