Asynchronous Programming Flashcards

1
Q

Promise method that returns a promise as soon as one of the promises passed to it is fulfilled or rejected

A

Promise.race([promises])

How well did you know this?
1
Not at all
2
3
4
5
Perfectly