Quiz of React

quiz:

React is mainly used for _______ (if needed, google it)

quiz:

How do you declare a class called “myClass” in react?

quiz:

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

quiz:

How will create a state with a default value “JingaLala”?

quiz:

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

quiz:

What is  JSX?

quiz:

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

quiz:

What is the correct way of creating a component in react?