JavaScript Tip: Handling a Failed HTTP Request with fetch

In this tutorial we wrap up our discussion of fetch. We take a look at how to handle a failed HTTP request. By default it doesn't produce an error that promises can respond to, so we need to use a different technique. For more resources on JavaScript: http://www.allthingsjavascript.com Full personalized courses on JavaScript: https://http://allthingsjavascript.com/person... Courses offered on Udemy: Getting Started or Advanced Topics at a huge discount: https://www.udemy.com/learn-modern-ja... https://www.udemy.com/learn-modern-ja... Tutorials referred to in this video: Promises playlist:    • JavaScript Promises   Using Fetch:    • JavaScript Problem: Using Fetch to Retriev...   Using Fetch to load JSON:    • JavaScript Tip: Using fetch to Load a JSON...   Article referred to in this tutorial: https://www.tjvantoll.com/2015/09/13/... #javascript #AllThingsJavaScriptLLC