Question from the Javascript test

How to overwrite a property in an object in Javascript

Hard

What is the output ?

const obj = { a: "one", b: "two", a: "three" };
console.log(obj);
Author: Vincent CotroStatus: PublishedQuestion passed 210 times
Edit
5
Community Evaluations
developer avatar
Vincent Cotro
03/10/2022
Question pas évidente mais très intéressante.