← Back to Phase 1: Fundamentals

Promise.race

Phase 1: FundamentalsModule 6: Utility Functions

Premium
Easy2.94k completed

Description

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

Your Solution