We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 52485c4 + 5fdcc6c commit 140cd96Copy full SHA for 140cd96
1 file changed
1-js/02-first-steps/13-while-for/6-repeat-until-correct/solution.md
@@ -3,7 +3,7 @@
3
let num;
4
5
do {
6
- num = prompt("Введите число, большее 100?", 0);
+ num = prompt("Введите число больше 100?", 0);
7
} while (num <= 100 && num);
8
```
9
0 commit comments