Skip to content

Commit

Permalink
Update javascript-9-async.md
Browse files Browse the repository at this point in the history
removes projected time, adds weekly questions
  • Loading branch information
mx-ruthie authored Feb 16, 2023
1 parent c1d3f22 commit 32f4eae
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions javascript/javascript-9-async.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# JavaScript 9 - Async, Callbacks, Promises

### Projected Time
### Week 6 Keywords and Questions

About 1 to 2 hours
- What is a callback function?
- Why do we use callbacks?
- How many things can be returned from a callback?
- How do I get data out of a callback?
- Define a promise in your own words.

- 15 minutes for Lesson
- 30 minutes for Demonstration
- 50 minutes for Independent Practice
- 10 minutes for Checking Understanding

### Prerequisites

Expand Down Expand Up @@ -174,10 +174,6 @@ Play around in your favorite browser's dev console using the fetch method to und
- Look at the object returned by creating a promise. What properties does it have? Look for its `status`.
- Check its `status` again, has it changed?

### Check for Understanding

- Why do we use callbacks?
- Define a promise in your own words.

### Supplemental Materials

Expand Down

0 comments on commit 32f4eae

Please sign in to comment.