in ECMAScript by
What if promise2 get rejected in the following syntax?

Promise.all(promise1, promise2, .....)

1 Answer

0 votes
by

It will reject the entire set

...