let obj = { first: 'first property value', second: "hello"}; obj[Object.keys(obj)[0]]; //returns 'first property value'