To make the method update the user's status property with the status we passed in, add this.status = status;.
status
this.status = status;
Make sure to type this.status = status;.