There was an error while loading. Please reload this page.
1 parent 6dfad9c commit 8e65ddaCopy full SHA for 8e65dda
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