Hard
What is the output ?
const obj = { a: "one", b: "two", a: "three" };
console.log(obj);
Author: Vincent CotroStatus: PublishedQuestion passed 226 times
Edit
Similar QuestionsMore questions about Javascript
What is the output ?
const obj = { a: "one", b: "two", a: "three" };
console.log(obj);