ANKO Code Academy
AI-Native Coding Learning Platform
Courses
Labs
Discussions
quiz
Tasks and async/await Quiz
Question 1 of 8
Score: 0/8
What does the 'async' keyword do by itself?
Makes the method run on a background thread
Makes the method return faster
Enables the use of 'await' within the method
Automatically parallelizes the code
Check Answer
Previous
Next Topic