Skip to content

Instantly share code, notes, and snippets.

@halitbatur
Last active May 21, 2024 07:00
Show Gist options
  • Save halitbatur/c4f85d93b12586207f57fa9eb9344ac7 to your computer and use it in GitHub Desktop.
Save halitbatur/c4f85d93b12586207f57fa9eb9344ac7 to your computer and use it in GitHub Desktop.
Promise Discussion Questions

Promise Discussion Questions

  1. In your own words, what does asynchronous mean?
  2. In your own words, what is a promise?
  3. In your own words, why is it called a Promise?
  4. In your own words, why is it called await?
  5. Please read the common mistakes section of MDN here and summarize what the common mistakes are.
  6. Why would you use async/await over .then?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment