Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
What if promise2 get rejected in the following syntax? Promise.all(promise1, promise2, .....)
Home
ECMAScript
What if promise2 get rejected in the following syntax? Promise.all(promise1, promise2, .....)
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
...