Mid JavaScript

Difference between Promise.all and Promise.race:?

  • Promise.all – waits for all promises to resolve
  • Promise.race – resolves/rejects as soon as one completes

More from JavaScript Tutorial

All questions for this course