Skip to content

Commit bf339e0

Browse files
authored
Merge pull request #477 from adudyak/patch-1
Update article.md
2 parents 9b61ead + b9428e1 commit bf339e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/05-data-types/05-array-methods/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@ arr.map(func, thisArg);
669669
// thisArg - це необовʼязковий останній аргумент
670670
```
671671

672-
Значение параметра `thisArg` становится `this` для `func`.
672+
Значення параметра `thisArg` стає `this` для `func`.
673673

674674
Наприклад, ось тут ми використовуємо метод обʼєкта `army` як фільтр, і `thisArg` передає йому контекст:
675675

0 commit comments

Comments
 (0)