To pass props, we specify the name of the property we'd like. Then, we specify its value directly.

Let's pass a prop called user with the value "Helen".

Alright! Properties are like variables, they have a name and a value.

Make sure to assemble user="Helen".