You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Promise.all takes an array of promises and returns a new promise with an array of results if all promises are resolved, if one of them fails then returns a rejected promise with the error value.
if the given array of promises does include a value instead of promise, then it directly returns the value in the result array