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`?
- this.state.count
- count
- state
- state.count
Answer: The correct answer of the above question is Option A:this.state.count