Hassanigocoding.hashnode.dev·Nov 11, 2024Promise.allSettledPromise.allSettled: When You Care About Everyone's Story Promises in JavaScript are like a group of friends—you’ve got the overachiever who gets everything done on time, the procrastinator who never finishes, and the drama queen who fails spectacular...1 likepromises
shivam kumar1thenameisshivam.hashnode.dev·Sep 4, 2024Mastering Asynchronous JavaScript: Real-World Applications of Promise.allSettled vs. Promiss.allasync/await: Basically async/await is a syntactical sugar build on top of promises, It was introduce in ES2017 . It provides more readability as compare to promises. It provides a way to write a Asynchronous code in synchronous style. Let's take a re...10 likespromise.allSettled