Q. What does the 'await' keyword do?
β
Correct Answer: (A)
Pauses the function until a promise settles
Explanation: await pauses an async function until the promise settles.