Salesforce-JavaScript-Developer Practice Test

Salesforce Spring 25 Release
221 Questions

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.

Page 1 out of 221 Pages