Quiz: Async Functions and Await Expressions
Test your knowledge of async functions and await expressions.
We'll cover the following...
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
Access this course and 1400+ top-rated courses and projects.