Echo JS 0.11.0

<~>
bahmutov 3431 days ago. link 1 point
I prefer using lodash for this - much cleaner syntax (functions is an array of functions)
`_.invoke(functions, Function.prototype.call);`

Replies