var heroes = ["Superman", "Thor", "Batman", "Mujer Maravilla"];
for( var i = 1; i < heroes .length; i++) {
if(heroes[i] !== "Superman" ){
alert(heroes[i]);
}
}
var heroes = ["Superman", "Thor", "Batman", "Mujer Maravilla"];
for( var i = 1; i < heroes .length; i++) {
if(heroes[i] !== "Superman" ){
alert(heroes[i]);
}
}
Hola Marcos, buen trabajo. Saludos