Chapter 27: Fetch

Learning Objectives

Upon completing all the content in this chapter, you should be able to do the following:

  1. Make a request to an API using fetch
  2. Handle a response from an API
  3. Understand the asynchronous cycle of network requests
  4. Familiar with terms AJAX and XHR (XmlHttpRequest)

Key Terminology

Here is a list of key terms for this chapter, broken down by the page the term first appears on.

Fetching Data

  1. fetch

Asynchronous and Promises

  1. Asynchronous
  2. Synchronous
  3. AJAX requests
  4. promise

Chapter Content