Quiz: Chaining Promises
Test your knowledge of chaining promises.
We'll cover the following...
We'll cover the following...
Technical Quiz
1.
Which method copies the state and value of the previous promise into its returned promise?
A.
fetch()
B.
resolve()
C.
finally()
D.
then()
1 / 3