Login
Remember
Register
Ask a Question
What if promise2 get rejected in the following syntax? Promise.all(promise1, promise2, .....)
0
votes
asked
Jan 21, 2020
in
ECMAScript
by
GeorgeBell
What if promise2 get rejected in the following syntax?
Promise.all(promise1, promise2, .....)
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 21, 2020
by
GeorgeBell
It will reject the entire set
...