

MCQOPTIONS
Saved Bookmarks
1. |
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 |
Answer» E. | |