In this Hasty Treat, Scott and Wes talk about 8 tricks to try when using the Fetch() API.
const data = await fetch().catch(err => console.log(err));