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

Function subtract

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

Source from the content-addressed store, hash-verified

12const sum = (x) => x + 5;
13const multiply = (x) => x*4;
14const subtract = (x) => x - 5;
15
16// Simple Way
17

Callers 1

compose.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected