To make the constructor set the name property on each object, code this.name = name;.

Make sure to pick this followed by . and then name, =, name, ;.