Just like with methods, we can set properties directly. Set the name to Jill for the player2 object.
name
Jill
player2
Make sure to pick player1 followed by . and then name, =, 'Jill'.
player1
.
=
'Jill'