Quiz: Working with Multiple Promises
Test your knowledge of working with multiple promises.
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()
Question 1 of 50 attempted
Get hands-on with 1300+ tech skills courses.