Exercise: Dissecting Promise.all()

Practice how to write your own version of the Promise.all() function.

Problem statement

Implement your own version of Promise.all() leveraging promises, async/await, or a combination of the two. The function must be functionally equivalent to its original counterpart.

Coding challenge

Write your solution code in the following code widget. We’ve already added the package.json file for you.

Get hands-on with 1200+ tech skills courses.