Promise.resolve() returns a resolved Promise with the given value.
Promise.reject() returns a rejected Promise with the given reason.