Direction: Choose the correct option
Q1.
What are props in React?
Direction: Choose the correct option
Q2.
How do you pass a prop named 'name' with value 'John' to a component?
Direction: Choose the correct option
Q3.
Can a child component modify its props?
Direction: Choose the correct option
Q4.
What is the purpose of defaultProps?
Direction: Choose the correct option
Q5.
Given , how does the Child component receive the prop?
