Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
12
const
sum = (x) => x + 5;
13
const
multiply = (x) => x*4;
14
const
subtract = (x) => x - 5;
15
Callers
1
compose.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected