Quiz
Async/Await Error Handling
Understand how a rejected promise surfaces inside an async function using await.
Inside an async function, what happens when you `await` a promise that rejects, and there is no surrounding try/catch?
Understand how a rejected promise surfaces inside an async function using await.
Inside an async function, what happens when you `await` a promise that rejects, and there is no surrounding try/catch?