Skip to content

Commit

Permalink
Add cfu at end of lesson
Browse files Browse the repository at this point in the history
  • Loading branch information
robbiejaeger committed Jul 23, 2019
1 parent a59de02 commit 4887989
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lessons/module-2/asynchronous-javascript.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,9 @@ Let's take a look at snippets of [this video](https://www.youtube.com/watch?v=8a

After this point, the talk is good but gets into a lot of detail.

<section class="checks-for-understanding">
### Check for Understanding

Let's take this event loop example with `setTimeout` and translate it to what we have seen with `fetch` and promises. Note that the event loop will wait until the call stack is empty to run the `.then` from a fetch call.
</section>

0 comments on commit 4887989

Please sign in to comment.