Medium-EasyUnderstandJavaScript FundamentalsMultiple Choice
What does the async keyword do to a function's return value?
Understand — Tests comprehension and ability to explain concepts.
Answer Options
ARuns the function in a worker thread
BWraps the return value in a Promise
CMakes the function synchronous internally
DAdds automatic error handling
Want to see the correct answer?
Get the answer with a detailed explanation, plus practice 34+ more JavaScript Fundamentals questions with adaptive quizzes and timed interviews.
See the Answer on Guru Sishya →This question is from the JavaScript Fundamentals topic (Programming Languages).