We also use a full stop (.) to set properties. Setting properties lets us store values in objects.

Can you set name to "James" for an object of the Person class?

Great job! See how we can set the name property even though we created james with the val keyword?

Not quite! We'll need to place the the property we're setting to the left of the = sign.