Quiz: Async Functions and Await Expressions
Test your knowledge of async functions and await expressions.
We'll cover the following...
We'll cover the following...
Technical Quiz
1.
(Select all that apply.) Which options are not asynchronous function features?
A.
The return value is not always a promise.
B.
Thrown errors are promise rejections.
C.
The for-await-of
loop can be used.
D.
The await
expression can’t be used.
1 / 3