[JavaScript] Understanding Promise Object
Introduction
In this article, we will talk about:
What is Promise Object?
Why do we use it?
Promise.all() vs Promise.allSettled()
Converting async/await to promise object
Promise Object
Promise object in JavaScript is used for asynchronous com...
jaylog.hashnode.dev4 min read