Skip to content
Medium-Easy Understand JavaScript Fundamentals Multiple Choice

What does Promise.all do if one promise rejects?

Understand — Tests comprehension and ability to explain concepts.

Answer Options

A Returns results of resolved promises only
B Rejects immediately with the first rejection reason
C Waits for all then returns mixed results
D Resolves 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