const person = { — 23 июля 2026 г. в 08:07:02.092
const person = { name: 'John', greet: function() { console.log(this.name); } }; const sayHello = person.greet; sayHello(); WebDEV #test #Frontend Выберите правильный вариант 👇🏼 True Figma
52 просмотров

