Each object has a status property that the user can update. We'll set its initial value to an empty string by coding this.status = "";.
status
this.status = "";
Make sure to type this.status = "";.