32. ASYNC | Static Promise Methods - In depth
Promise.all()
What it does?
Waits for all promises to resolve (fulfill) and returns the array of their results. If any one fails (reject), it becomes the error and all other results are ignored.
It
javascript-topicwise-notes.hashnode.dev7 min read