You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 1-js/06-advanced-functions/10-bind/article.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -194,7 +194,6 @@ for (let key in user) {
194
194
Некоторые JS-библиотеки предоставляют встроенные функции для удобной массовой привязки контекста, например [_.bindAll(obj)](http://lodash.com/docs#bindAll) в lodash.
195
195
````
196
196
197
-
<!-- ## Summary -->
198
197
## Итого
199
198
200
199
Метод `func.bind(context, ...args)` возвращает «связанный вариант» функции `func`, который фиксирует контекст `this` и первые аргументы, если они заданы.
0 commit comments