Let's test your knowledge. Click the correct answer from the options.
What does the await keyword do to an async function?
Click the option that best answers the question.
- Finishes its execution
 - Terminates its execution
 - Suspends its execution
 - Throws an error
 

