<meta charset="UTF-8">
<h1>Superman quedó fuera por un pelo</h1>
<script>
var heroes = ["Superman", "Thor", "Batman", "Mujer Maravilla"];
for( var i = 0; i < heroes .length; i++) {
alert(heroes[i]);
}
</script>
<meta charset="UTF-8">
<h1>Superman quedó fuera por un pelo</h1>
<script>
var heroes = ["Superman", "Thor", "Batman", "Mujer Maravilla"];
for( var i = 0; i < heroes .length; i++) {
alert(heroes[i]);
}
</script>
Hola Alberto
Gracias por compartir tu código, está muy bien felicitaciones.
Si tienes alguna pregunta sobre el contenido de los cursos, estaremos aquí para ayudarte.