Question 1 out of 20
What is a prop in React?
A property of a React component
Props are pieces of data passed from a parent component to its child component in React.
Added to