Chapter 27: Fetch
Learning Objectives
Upon completing all the content in this chapter, you should be able to do the following:
- Make a request to an API using
fetch
- Handle a response from an API
- Understand the asynchronous cycle of network requests
- Familiar with terms
AJAX
andXHR
(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
- fetch
Asynchronous and Promises
- Asynchronous
- Synchronous
- AJAX requests
- promise