<meta charset="utf-8">
<h1>Superman quedó fuera por un pelo</h1>
<script type="text/javascript">
var heroes = ["Superman", "Thor", "Batman", "Mujer Maravilla"];
for( var i = 0; i < heroes.length; i++) {
alert(heroes[i]);
}
</script>