We can pass multiple props from one component down to the other. We do this by separating the different props with a space.
Give it a try.
Right on. Here we're passing two props to a component called Places.
Places
Make sure to assemble second="Joe".
second="Joe"