Google News
logo
ReactJS - Quiz(MCQ)
How can you access the state of a component from inside of a member function?
A)
this.getState()
B)
this.prototype.stateValue
C)
this.state
D)
this.values

Correct Answer :   this.values