Medium-EasyUnderstandJavaScript FundamentalsMultiple Choice

What does Promise.all do if one promise rejects?

Understand Tests comprehension and ability to explain concepts.

Answer Options

AReturns results of resolved promises only
BRejects immediately with the first rejection reason
CWaits for all then returns mixed results
DResolves with undefined for rejected ones

Want to see the correct answer?

Get the answer with a detailed explanation, plus practice 34+ more JavaScript Fundamentals questions with adaptive quizzes and timed interviews.

See the Answer on Guru Sishya →

This question is from the JavaScript Fundamentals topic (Programming Languages).

More JavaScript Fundamentals Questions