Which statement accurately describes an aspect of promises?
A. Arguments for the callback function passed to .then() are optional.
B. In a .then() function, returning results is not necessary since callbacks will catch the result of a previous promise.
C. .then() cannot be added after a catch.
D. .then() manipulates and returns the original promise.
A. Arguments for the callback function passed to .then() are optional.