Salesforce JavaScript Developer Practice Exam Flash Cards

Disable ads (and more) with a membership for a one time $4.99 payment

Question: 1 / 155

Given two promises, which of the following correctly executes them in sequence?

?

p1.then((data) => p2(data)).then(result => result);