Lessons > 13. Working with Data: AJAX & Web APIs (Part 1)
Today, we are going to be learning about JavaScript’s fetch API, and how to use it to retrieve data from various content providers (i.e. servers).
Exercise FilesSlides
Lecture Video(s)
- Recorded Lecture Video (53:06)
Readings
- Lazaris, Louis (2020). Fetch API Tutorial for Beginners: How to Use Fetch API.
-
Using Fetch.
Mozilla Developer Network
For your reference.