001 Section introduction
002 Fetch intro
002 Intro-to-fetch.pdf
003 Intro-to-Promises.pdf
003 What are promises
004 Promises return values.html
005 Fetch is asynchronous
006 Promises - and using the then() statements
007 Promise states.html
008 Promises - and using the catch() statements
009 Quick word on THEN and CATCH.html
010 Fetch uses callback functions
011 Fetch - under the hood
012 What is the event loop How I view it
013 Fetch returns a Promise
014 Fetch has similar syntax to jQuery
015 Take a step back - Fetch summary
016 What is the Response object
017 How do you work with Readable Streams
018 What is the json() method
019 Using the json() method to access our JSON data
020 Fetching external data - complete example
021 Challenge intro - XHR vs Fetch vs Async
022 Challenge - building our XHR request
022 index.html
023 Challenge - building our fetch request
024 Challenge - a glimpse into AsyncAwait
024 Final-Challenge-Code.zip
025 Looping through an array response.html
026 Fetch API - Intro Quiz.html