What code gets the value of the employee object's title property from within the sellPaper method?

this.titleemployee.titlethis.employeeWe can't get the properties of an object inside a method

Make sure to pick this.title.