Quiz of React
Total Questions: 8
Question No : 1
React is mainly used for _______ (if needed, google it)
Ans:
Question No : 2
How do you declare a class called “myClass” in react?
Question No : 3
Which method will you use in react to display components for each object in an array?
Question No : 4
How will create a state with a default value “JingaLala”?
Question No : 5
Why can’t we declare a class with the “class” keyword in React?
Question No : 6
What is JSX?
Question No : 7
When creating a component in React, the first letter of that function name should be in ____
Question No : 8
What is the correct way of creating a component in react?