Dia 31ç
This commit is contained in:
21
Practicas/Practicas JS/Bucles 02/index.html
Normal file
21
Practicas/Practicas JS/Bucles 02/index.html
Normal file
@@ -0,0 +1,21 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="../Introduccion/estilos.css">
|
||||
<script src="./js/main.js"></script>
|
||||
<title>Document</title>
|
||||
<script>
|
||||
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<script>
|
||||
document.write(muestraArray(DIASSEMANA,))
|
||||
document.write(muestraArray(INGRESOS))
|
||||
document.write(muestraArray(GASTOS))
|
||||
document.write(muestraArray(beneficios()))
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user