Promise.any
Promise.resolve
Promise.reject
Returns a Promise object that is resolved with a given value.
Promise.resolve(value): Promise<T>