While
This commit is contained in:
@@ -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++;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user