← Back to Phase 2: Intermediate

Promise.all

Phase 2: IntermediateModule 2: Promises & Async

Medium8.81k completed

Description

Implement the Promise.all() function that resolves to an array of results if all the input elements are resolved or rejects otherwise

Your Solution