Skip to content

Commit 7d32760

Browse files
committed
notita
1 parent 3fd5c35 commit 7d32760

File tree

1 file changed

+1
-1
lines changed
  • CICLO 2/Parte-2/JavaScript/SoftwareReviews/Segundo

1 file changed

+1
-1
lines changed

CICLO 2/Parte-2/JavaScript/SoftwareReviews/Segundo/Ejercicio.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ let lista = document.getElementById("lista");
66

77
while (activo === true) {
88
let prompts = Number(prompt("CALCULADOR PARA MEDIA DE VALORES\n\nIngrese cuantos numeros deseé, para calcular la media de ellos ingrese un numero negativo (Este ultimo no afectara la media)"));
9-
debugger; console.trace(prompts);
9+
// PARA DEPURAR => debugger; console.trace(prompts);
1010
if (isNaN(prompts)) {
1111
alert("Ingreso erroneo, deben ser numeros naturales.")
1212
} else if (prompts == ""){

0 commit comments

Comments
 (0)