ТГХаб
Каналы
Str (IT-Community)
const cat = {
color: 'brown',
age: 4
};
let owner = cat.owner;
owner = 'Dmitry';
console.log(cat);