Transforms the value within the promise.
a new promise with the transformed result.
Transforms the value, or if the value is a promise, transform the resolved value of the promise.
the transformed result, or if the value is a promise, a new promse with the transformed result.
Transforms the value within the promise.