I am using Repl.it free account and my functions never display output values here is what comes from it:
fullName(){ return `${this.first} ${this.last}` } //