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

Function sum

compose&pipe/compose.js:12–12  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

10
11
12const sum = (x) => x + 5;
13const multiply = (x) => x*4;
14const subtract = (x) => x - 5;
15

Callers 1

compose.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected