View all questions & answers for the JavaScript-Developer-I exam
Whichstatement accurately describes an aspect of promises?
Arguments for the callback function passed to .then() are optional.
In a.then() function, returning results is not necessary since callbacks will catch the result of a previous promise.
.then()cannot be added after a catch.
.then() manipulates and returns the original promise.
Submit