Home »
MCQs »
ReactJS MCQs
What are components in ReactJS?
34. What are components in ReactJS?
- Components are like functions that return HTML elements.
- Components are the HTML elements.
- Components are the set of variables defined in ReactJS.
- None of the above
Answer: A) Components are like functions that return HTML elements.
Explanation:
In ReactJS, the components are like functions that return HTML elements.