a. const should be let b. greeting === undefined c. "${this.greeting} ${this.name}" should be `${this.greeting} ${this.name}`