Promise.race
Promise.any
Promise.resolve
Returns a promise that fulfills when any input promise fulfills.
Promise.any(promises): Promise<T>