Skip to content

Instantly share code, notes, and snippets.

@khalidwilliams
Last active August 23, 2020 23:40
Show Gist options
  • Save khalidwilliams/8adc1eaa82f6d82f32d589a832e0c757 to your computer and use it in GitHub Desktop.
Save khalidwilliams/8adc1eaa82f6d82f32d589a832e0c757 to your computer and use it in GitHub Desktop.

In breakout pairs, answer the following:

  • What sorts of things do we test for in a React application?
  • What is a Promise?
  • What does it mean for a Promise to resolve? To reject?
  • How do you access the resolved value of a Promise (hint: there's more than one answer)
  • How do you access the rejected value of a Promise (hint: there's more than one answer)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment