Accessing multiple props works in the same way.

Alright! When we render this component on the page, it'll contain the two values that were passed down from the Results class.

Make sure to add the first prop first, then add {this.props.second}.