We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a24475c commit 784219fCopy full SHA for 784219f
1 file changed
1-js/02-first-steps/12-while-for/5-replace-for-while/solution.md
@@ -3,7 +3,7 @@
3
```js run
4
let i = 0;
5
while (i < 3) {
6
- alert( `number ${i}!` );
+ alert( `skaičius ${i}!` );
7
i++;
8
}
9
```
0 commit comments