const obj = { thing: 42 }; const result = obj.thing; console.log(result);