Next, we'll set the value of the new object's name property to the name parameter we've sent through the constructor,

Add name as the value for this.name and end with a semicolon.

Make sure to add name; to your code.