We use braces to access the value of props inside the Greet class. Inside the braces we place this.props. followed by the name of the prop.
Greet
this.props.
Let's give it a try.
Nice work!
Make sure to assemble {this.props.name}.
{this.props.name}