We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6da7eaf commit e770502Copy full SHA for e770502
Entregas/Entrega2/index.html
@@ -4,9 +4,12 @@
4
<meta charset="UTF-8">
5
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6
<script async src="./index.js"></script>
7
- <title>PRUEBAS ENTREGA </title>
+ <title>ENTREGA 2 </title>
8
</head>
9
<body>
10
- <p>PRUEBAS ENTREGAS</p>
+ <p>PRUEBAS ENTREGA 2</p>
11
+ <li> CLASES</li>
12
+ <li> ARRAYS</li>
13
+ <li> CONDICIONALES, ETC.</li>
14
</body>
15
</html>
Entregas/Entrega2/index.js
@@ -56,7 +56,7 @@ class Login {
56
console.log(u.pass);
57
let user=prompt("PASSWORD: ");
58
if (user===u.pass){
59
- alert("Validacion correcta!! /n SIGA SIGA")
+ alert("Validacion correcta!! \n SIGA SIGA")
60
break;
61
}else {alert("Clave INCORRECTA")}
62
0 commit comments