← Back to Phase 2: Intermediate

Promise Timeout

Phase 2: IntermediateModule 2: Promises & Async

Premium
Medium1.78k completed

Description

Implement a function that resolves a promise if it is fulfilled within a timeout period and rejects otherwise

Your Solution