Skip to content

Commit

Permalink
Update Exercises.ru.md (#19)
Browse files Browse the repository at this point in the history
Misprint correction
  • Loading branch information
ArMANIAK authored and tshemsedinov committed Nov 20, 2019
1 parent 460165b commit 0d1399f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
node_modules/
Exercises/
7-break.js
2 changes: 1 addition & 1 deletion Exercises.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

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

0 comments on commit 0d1399f

Please sign in to comment.