Quiz of React

Question 1/8

<p>React is mainly used&nbsp;for _______ (if needed, google it)</p>

Question 2/8

<p>How do you declare a class called “myClass” in react?</p>

Question 3/8

<p>Which method will you use in react to display components for each object in an array?</p>

Question 4/8

<p>How will create a state with a default value “JingaLala”?</p>

Question 5/8

<p>Why can’t we declare a class with the “class” keyword in React?</p>

Question 6/8

<p>What is&nbsp;&nbsp;JSX?</p>

Question 7/8

<p>When creating a component in React, the first letter of that function name should be in ____</p>

Question 8/8

<p>What is the correct way of creating a component in react?</p>