To make the constructor set the name property on each object, code this.name = name;.
name
this.name = name;
Make sure to pick this followed by . and then name, =, name, ;.
this
.
=
;