Mastering Asynchronous JavaScript: Real-World Applications of Promise.allSettled vs. Promiss.all
async/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...
1thenameisshivam.hashnode.dev5 min read