← Back to Phase 2: Intermediate

Promise.allSettled

Phase 2: IntermediateModule 2: Promises & Async

Premium
Medium2.13k completed

Description

Implement the Promise.allSettled() function that resolves to an array of outcomes when all the input elements are either resolved or rejected

Your Solution