Loading problem…
Implement a pipe utility for left-to-right function execution.
pipe
Implement:
function pipe(functions) {}
Behavior:
pipe([f, g, h])(x)
h(g(f(x)))
functions
2 hints available with Pro