React MCQ
React MCQ
a. React
b. React.js
c. ReactJS
d. All of the above
18) Which of the following option is correct in the case of the Babel?
a. Babel is a Compiler.
b. Babel is a Transpilar.
c. None of the above.
d. Both A and B are correct.
23) Which of the following function is used to change the state of the
React.js component?
a. this.setState
b. this.setChangeState
c. this.State{}
d. None of the above.
25) What will happen if you render an input element with disabled =
{false}?
a. It will be rendered as disabled
b. It will not be rendered at all
c. It will be rendered as enabled
d. You cannot set it false.