Run many functions on the same set of parameters.
const combo = Object.freeze((...argz) => (...arg) => argz.forEach((fn) => fn.apply(null, arg)))