Merge branch 'master' into pipeAsyncFunctions

This commit is contained in:
Angelos Chalaris
2018-01-28 14:29:32 +02:00
committed by GitHub
10 changed files with 108 additions and 58 deletions

View File

@ -1,7 +1,5 @@
### 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