Skip to content

Commit 173791c

Browse files
lex111sashashakun
andauthored
Update 1-js/06-advanced-functions/12-arrow-functions/article.md
Co-Authored-By: sashashakun <alex.shakun@hellohippo.com>
1 parent 3a826ee commit 173791c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • 1-js/06-advanced-functions/12-arrow-functions

1-js/06-advanced-functions/12-arrow-functions/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Например:
1010

11-
- `arr.forEach(func)` -- `func` выполнена `forEach` для каждого элемента массива.
11+
- `arr.forEach(func)` -- `func` выполняется `forEach` для каждого элемента массива.
1212
- `setTimeout(func)` -- `func` выполняется встроенным планировщиком.
1313
- ...и так далее.
1414

0 commit comments

Comments
 (0)