DE
Size: a a a
DE
НС
НС
НС
НС
НС
DE
let obj = {
name: "ECMAScript"
};
let func = () => {
return typeof this.name;
};
obj.func = func;
let result = obj.func();
console.log(result);
S
let obj = {
name: "ECMAScript"
};
let func = () => {
return typeof this.name;
};
obj.func = func;
let result = obj.func();
console.log(result);
DE
НС
НС
DE
НС
НС
DE
НС