We're now ready to create our first user. Create a new instance of User called user1 whose name property is set to "Matt".
User
user1
"Matt"
Make sure to pick var followed by user1 and then =, new, User, (, "Matt", ), ;.
var
=
new
(
)
;