Skip to content

Commit 0d1399f

Browse files
ArMANIAKtshemsedinov
authored andcommitted
Update Exercises.ru.md (#19)
Misprint correction
1 parent 460165b commit 0d1399f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.eslintignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
node_modules/
2-
Exercises/
32
7-break.js

Exercises.ru.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Итерирование циклами
44

5-
Руализуйте функцию `sum(...args)`, которая суммирует все свои аргументы, пятью
5+
Реализуйте функцию `sum(...args)`, которая суммирует все свои аргументы, пятью
66
разными способами. Примеры вызовов с результатами:
77
```js
88
const a = sum(1, 2, 3) // a === 6

0 commit comments

Comments
 (0)