List of questions
Related questions
Question 54 - Certified JavaScript Developer I discussion
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.
Your answer:
0 comments
Sorted by
Leave a comment first