Question: If you wanted to display the count state value in the component, what do you need to add to the curly braces in the `h1`?

  1. this.state.count
  2. count
  3. state
  4. state.count

Answer: The correct answer of the above question is Option A:this.state.count