Skip to content

Commit b9428e1

Browse files
authored
Update article.md
translate ru sentence to uk
1 parent 9b61ead commit b9428e1

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)