▲ Calling an Array of Functions in JavaScript at zpao.com▼3 up and 0 down, posted by echojs 3636 days ago 1 comment
bahmutov 3636 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);`