var obj1 = { firstKey: 'firstValue', }; var obj2 = { secondKey: 'secondValue', }; /*combines obj1 and obj2 into one object*/