← Back to Phase 2: Intermediate

Promisify

Phase 2: IntermediateModule 2: Promises & Async

Medium2.99k completed

Description

Implement a function that takes a function following the common error-first callback style and returns a version that returns promises

Your Solution