public/subjects/all
davhojt 0eb520dad0 docs(all): correct grammar 2022-06-22 17:12:39 +01:00
..
README.md docs(all): correct grammar 2022-06-22 17:12:39 +01:00

README.md

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