ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 54 - Certified JavaScript Developer I discussion

Report
Export

Which statement accurately describes an aspect of promises?

A.
Arguments for the callback function passed to .then() are optional.
Answers
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.
Answers
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.
Answers
C.
.then() cannot be added after a catch.
D.
.then() manipulates and returns the original promise.
Answers
D.
.then() manipulates and returns the original promise.
Suggested answer: A
asked 23/09/2024
P B
41 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first