Primary constructors are a lot like functions. We can pass arguments and execute code with them.

Try passing "Ricky and "Bobby" to the primary constructor.

Whoop whoop! We pass arguments to the primary constructor just like we do to a function.

Whoops! The primary constructor has the name of the class, Person. To it, we pass "Ricky" and "Bobby" in that order.