Skip to content

Commit e770502

Browse files
committed
ww
1 parent 6da7eaf commit e770502

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Entregas/Entrega2/index.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<script async src="./index.js"></script>
7-
<title>PRUEBAS ENTREGA </title>
7+
<title>ENTREGA 2 </title>
88
</head>
99
<body>
10-
<p>PRUEBAS ENTREGAS</p>
10+
<p>PRUEBAS ENTREGA 2</p>
11+
<li> CLASES</li>
12+
<li> ARRAYS</li>
13+
<li> CONDICIONALES, ETC.</li>
1114
</body>
1215
</html>

Entregas/Entrega2/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class Login {
5656
console.log(u.pass);
5757
let user=prompt("PASSWORD: ");
5858
if (user===u.pass){
59-
alert("Validacion correcta!! /n SIGA SIGA")
59+
alert("Validacion correcta!! \n SIGA SIGA")
6060
break;
6161
}else {alert("Clave INCORRECTA")}
6262

0 commit comments

Comments
 (0)