From 647966abac07e1be7b28021dac03ca8143e10c3b Mon Sep 17 00:00:00 2001 From: maximo hidalgo <47135001@gmail.com> Date: Mon, 4 May 2026 18:14:22 -0300 Subject: [PATCH] agrega for de la variable maximo --- ejercicios.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ejercicios.js b/ejercicios.js index 533302c..bd2cf0e 100644 --- a/ejercicios.js +++ b/ejercicios.js @@ -22,4 +22,9 @@ let contador = 3; while (contador < maximo){ console.log(contador); contador = contador + 3; -} \ No newline at end of file +} +console.log("Finalizacion de while") +for(let contador=3;contador