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