Paracetamol.js💊| #17: ¿Qué imprime este código JavaScript?
Cristian Fernando
Posted on January 18, 2022
¿Qué imprime este código JavaScript?
const obj = { a: "one", b: "two", a: "three" };
console.log(obj);
- A:
{ a: "one", b: "two" }
- B:
{ b: "two", a: "three" }
- C:
{ a: "three", b: "two" }
- D:
SyntaxError
Respuesta en el primer comentario.
💖 💪 🙅 🚩
Cristian Fernando
Posted on January 18, 2022
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.
Related
javascript Paracetalmol.js, preguntas de entrevistas laborales para JavaScript en Español 😎
December 29, 2021