JavaScript Promise.all, Promise.race and Promise.allSettled
The following article will explain how to handle several Promises concurrently.
Although the Promise object contains several methods to deal with handling multiple Promises at the same time (see topics below), there is another way to do this:
const r...
arturcarvalho.hashnode.dev3 min read