What are props in React?
Props are the information that you pass to a JSX tag
How do you declare and access props in a component?
You can declare props by passing them as arguments of the component
How do you pass props to a component?
Add them to the JSX tag like you would with HTML attributes
How do you write JavaScript expressions in JSX?
The JavaScript expression must be set inside a pair of curly braces