let breakfast={} Object.assign( breakfast, { drink:'beer' } ) console.log(breakfast) //{drink:'beer'}