Things don't always go according to plan. In async code, we use try/catch to handle errors elegantly.
async function safeCalltry block, await the riskyOperation functioncatch block, return the string "Recovered from error"Submit your code to see test results