Skip to main content

Day 10 - Fetching data asynchronously

Housekeeping


1. Spoiler Demos - Objects


2. HTTP and REST

Slides - HTTP and REST


3. fetch() and Asynchronous JS

Slides - Conditional code

Demo: Fetching JSON data

Activity: fetch() practice

  1. Try using fetch() to retrieve placeholder data from JSON Placeholder, such as:
  2. Try using fetch() to retrieve data from one of these Practice APIs

Prep

Asynchronous Javascript