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 232 times
Edit
5
Community EvaluationsNo one has reviewed this question yet, be the first!