← Back to Phase 2: Intermediate

Promise.withResolvers

Phase 2: IntermediateModule 2: Promises & Async

Premium
Medium944 completed

Description

Implement a function that returns an object containing a new `Promise` object and two functions to resolve or reject it

Your Solution