Fill in the missing code so that instances of Student receive a name property.
Student
name
Make sure to pick constructor, followed by this.name = name;.
constructor
this.name = name;