MCPcopy Create free account
hub / github.com/Faheem-Khan97/javascript-coding-problems-with-theory / compose.js

File compose.js

compose&pipe/compose.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/*
2compose function takes a list of functions and return a function
3that in turn take an argument.
4This argument is passed to the last function in the list and get a return value

Callers

nothing calls this directly

Calls 4

multiplyFunction · 0.85
subtractFunction · 0.85
composeFunction · 0.85
sumFunction · 0.70

Tested by

no test coverage detected