Question 1 out of 4

    What is a prop in React?

    B. A data passed from parent to child component

    In React, a prop is a data passed from a parent component to a child component.