← Back to Phase 2: Intermediate

Promise.any

Phase 2: IntermediateModule 2: Promises & Async

Medium3.6k completed

Description

Implement the Promise.any() function that resolves when any of the input elements are resolved

Your Solution