Home / CSE MCQs / ReactJS :: Discussion

Discussion :: ReactJS

  1. How can you access the state of a component from inside of a member function?
  2. A.
    this.getState()
    B.
    this.prototype.stateValue
    C.
    this.state
    D.
    this.values

    View Answer

    Workspace

    Answer : Option D

    Explanation :



Be The First To Comment