Skip to content

Commit 07f5e83

Browse files
Update 1-js/02-first-steps/18-javascript-specials/article.md
1 parent 231ccdc commit 07f5e83

File tree

1 file changed

+1
-1
lines changed
  • 1-js/02-first-steps/18-javascript-specials

1 file changed

+1
-1
lines changed

1-js/02-first-steps/18-javascript-specials/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ let age = prompt('¿Su Edad?', 18);
213213

214214
switch (age) {
215215
case 18:
216-
alert("No funciona"); // the result of prompt is a string, not a number
216+
alert("No funciona"); // el resultado de la petición es un string, no un número
217217

218218
case "18":
219219
alert("¡Funciona!");

0 commit comments

Comments
 (0)