Question 1
Question 2
Question 3
disabled = {false} Question 4
Which of the below category does react events come from ?
Destruction
Initialization
State/Property Updates
All of the above
Question 5
Which of the following is a way in which data get handled in React ?
state
props
model
A and B
Question 6
var Geeks=(props)=>
{
return(
DSA Course 1
DSA Course 2
);
}
ReactDOM.render(<DSA Course/>,mountNode)Question 7
const messages="Hii Geeks";
const element =<p>{messages}<p>Question 8
Question 9
function Geeks(){
return <h1> geeks For geeks </h1>
ReactDOM.render( ,document.getElementById('root'));
}Question 10
There are 15 questions to complete.