You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CICLO 2/Parte-2/JavaScript/SoftwareReviews/Segundo/Ejercicio.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ let lista = document.getElementById("lista");
6
6
7
7
while(activo===true){
8
8
letprompts=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);
10
10
if(isNaN(prompts)){
11
11
alert("Ingreso erroneo, deben ser numeros naturales.")
0 commit comments