Cho đoạn code, kết quả là const obj = { a: 'one', b: 'two', a: 'three' }; console.log(obj);27/50Cho đoạn code, kết quả làconst obj = { a: 'one', b: 'two', a: 'three' };console.log(obj);{a: "one", b: "two" }{b: "two", a: "three" }{a: "three", b: "two" }{a: "three", b: "two" }Giải thíchChọn đáp án C