I have the following object in javascript, but it does not show me any value, name, age, or purse, what is the error?
// El jugador
function Jugador(name, edad, dinero) {
this.name = name;
this.edad = edad;
this.dinero = di...
asked by
08.05.2017 / 17:05