Ejercicio 7 #20

Closed
fariasdesaa.gonzalo wants to merge 8 commits from fariasdesaa.gonzalo:ejercicio7 into main
Showing only changes of commit 8e8dcd0127 - Show all commits

View File

@@ -30,5 +30,5 @@ for (let o = 1; o < maximo; o++){
if (o % 3 ===0){
console.log(o);
}
}
}
// Resolver acá los ejercicios propuestos.