johnpaulada
4/11/2017 - 3:24 AM

Run many functions on the same set of parameters.

Run many functions on the same set of parameters.

const combo = Object.freeze((...argz) => (...arg) => argz.forEach((fn) => fn.apply(null, arg)))