async-awaitJavaScriptAsync AwaitMediumHow do you handle errors when using async/await?1Wrap the awaited calls in a try...catch block2Use a for loop3Errors cannot be caught with async/await4Use Object.freezeBack to list