Skip to content

Commit ef0a3ef

Browse files
authored
Merge pull request #9 from zusmanzus/patch-3
Update README.md
2 parents 6491f5b + 58eb49a commit ef0a3ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/20-arithmetics/20-basic/ru/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ console.log(3 + 4);
2727
- `*`: умножение
2828
- `/`: деление
2929
- `-`: вычитание
30-
- "%": [остаток от деления](https://ru.wikipedia.org/wiki/Деление_с_остатком)
30+
- `%`: [остаток от деления](https://ru.wikipedia.org/wiki/Деление_с_остатком)
3131
- `**`: возведение в степень
3232

3333
Теперь давайте выведем на экран результат деления, а потом результат возведения в степень:

0 commit comments

Comments
 (0)