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 6491f5b + 58eb49a commit ef0a3efCopy full SHA for ef0a3ef
modules/20-arithmetics/20-basic/ru/README.md
@@ -27,7 +27,7 @@ console.log(3 + 4);
27
- `*`: умножение
28
- `/`: деление
29
- `-`: вычитание
30
-- "%": [остаток от деления](https://ru.wikipedia.org/wiki/Деление_с_остатком)
+- `%`: [остаток от деления](https://ru.wikipedia.org/wiki/Деление_с_остатком)
31
- `**`: возведение в степень
32
33
Теперь давайте выведем на экран результат деления, а потом результат возведения в степень:
0 commit comments