LaunchCode logo
  1. Contents
  2. 26. Fetch & JSON

26. Fetch & JSONΒΆ

  1. 26.1. Introduction
    1. 26.1.1. API
  2. 26.2. Data Formats and JSON
    1. 26.2.1. JSON
    2. 26.2.2. JSON Rules
    3. 26.2.3. JSON & JavaScript Object Differences
    4. 26.2.4. Check Your Understanding
  3. 26.3. Fetching Data
    1. 26.3.1. fetch Function
    2. 26.3.2. fetch Example
      1. 26.3.2.1. View the GET Request
      2. 26.3.2.2. Response Object
      3. 26.3.2.3. Use the DOM and JSON Data to Update the Page
    3. 26.3.3. Check Your Understanding
  4. 26.4. Asynchronous and Promises
    1. 26.4.1. Response Handlers
    2. 26.4.2. Promises and the then Function
    3. 26.4.3. More Promises
    4. 26.4.4. Check Your Understanding
  5. 26.5. Exercises
    1. 26.5.1. JSON
    2. 26.5.2. Fetch
  6. 26.6. Studio: Fetch & JSON
    1. 26.6.1. Get Started
    2. 26.6.2. Requirements
      1. 26.6.2.1. Example JSON
      2. 26.6.2.2. HTML Template
      3. 26.6.2.3. Expected Results
    3. 26.6.3. Bonus Missions
  • ← 25.11. Studio: HTTP and Forms
  • 26.1. Introduction →

Back to top