How can you access something inside state?
this.state._____ inside JSX {} inside render if this.state = { name: "Nick" }; then... {this.state.name}

http://www.interviewquestionspdf.com/2017/01/how-can-you-access-something-inside.html
this.state._____ inside JSX {} inside render
if this.state = { name: "Nick" }; then...
{this.state.name}
if this.state = { name: "Nick" }; then...
{this.state.name}