1

Please why does the alert display hello 521

"use strict";

let user = {
  name: "John",
  greet: `hello ${this.name}`
};

alert(user.greet);
mplungjan
  • 169,008
  • 28
  • 173
  • 236
Israel
  • 77
  • 7

0 Answers0