This commit is contained in:
Kovács Rudolf
2026-09-03 10:52:22 +02:00
parent af76f11652
commit 636b5acb6a

View File

@@ -18,3 +18,8 @@ for (const i of szamok) {
} }
//while ciklussal //while ciklussal
let szamlalo=0;
while(szamlalo<szamok.length){
console.log(szamok[szamlalo]);
szamlalo++;
}