Please why does the alert display hello 521
"use strict";
let user = {
name: "John",
greet: `hello ${this.name}`
};
alert(user.greet);
Please why does the alert display hello 521
"use strict";
let user = {
name: "John",
greet: `hello ${this.name}`
};
alert(user.greet);