...

/

Quiz: Working with Multiple Promises

Quiz: Working with Multiple Promises

Test your knowledge of working with multiple promises.

We'll cover the following...
Technical Quiz
1.

Which method also accepts an iterable of promises and returns a fulfilled promise when any of the passed-in promises are fulfilled?

A.

Promise.resolve()

B.

Promise.allsettled()

C.

Promise.any()

D.

Promise.race()


1 / 5
...