You are on page 1of 1

<html>

<head>

<title>Ejemplo 11</title>

</head>

<body>

<script type="text/javascript">

dia=new Array(7);

dia[0]="lunes";

dia[1]="martes";

dia[2]="miércoles";

dia[3]="jueves";

dia[4]="viernes";

dia[5]="sábado";

dia[6]="domingo";

document.write ("Mi día favorito es el "+dia[6]);

</script>

</body>

</html>

You might also like