``` fullName: function() { return this.firstName() + " " + this.lastName()); <------ extra parenthesis }, ```