Skip to content

Commit

Permalink
Add question about promises
Browse files Browse the repository at this point in the history
  • Loading branch information
Heather Faerber committed Dec 18, 2024
1 parent 6b4aede commit 39652c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions module4/lessons/async_js.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ console.log('burrito');
* How does `fetch` fit in with the code above and below it?
* What order will the console logs show up in and why?
* Using terms like the call stack, Web API, & callback queue, explain this is working behind the scenes.
* How are promises being utilized in this code?
</section>


Expand Down

0 comments on commit 39652c7

Please sign in to comment.