const cat = { name : 'Bertie', breed : 'Cymric', color : 'white', greeting: function() { console.log('Meow!'); } }