To code the method that updates the status, let's add updateStatus(status) {}. Objects created from User will inherit this method.
updateStatus(status) {}
User
Make sure to type updateStatus(status) {}.