// object containing method const person = { name: 'John', greet: function() { console.log('hello'); } };