public/subjects/all/README.md

432 B

All

Instructions

Create a function named all that works like Promise.all but with objects (instead of arrays).

Code provided

The provided code will be added to your solution, and does not need to be submitted.

Promise.all = undefined

Notions