What are props in React?
A set of data passed between components in JSX
How do you use props in a component?
You use them
How do you pass props to a component
You can declare the prop in jsx with {} or “”; (any JS expression);
How do you write JavaScript expressions in JSX?
Within {};