What are props in React?
They are objects that are used to access information and add it them to the page.
How do you pass props to a component?
By setting “props” as the paramenter.
How do you write JavaScript expressions in JSX?
By surrounding it with { }.