Quiz: Async Functions and Await Expressions
Test your knowledge of async functions and await expressions.
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.
Question 1 of 30 attempted
Get hands-on with 1400+ tech skills courses.