Travis build: 1458

This commit is contained in:
30secondsofcode
2018-01-27 19:15:18 +00:00
parent 42e4916451
commit 9d4893ef99
2 changed files with 1 additions and 3 deletions

View File

@ -5095,8 +5095,6 @@ UUIDGeneratorNode(); // '79c7c136-60ee-40a2-beb2-856f1feabefc'
### bindAll
Explain briefly what the snippet does.
Use `Array.forEach()` to return a `function` that uses `Function.apply()` to apply the given context (`obj`) to `fn` for each function specified.
```js