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...Discuss·10 likespromise.allSettled