Fill in the missing code so that instances of Student receive a name property.

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