Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/CleverProgrammers/JavaScript-Course-by-Clever-Programmer-
/ sum
Function
sum
notes/functions.js:21–23 ·
view source on GitHub ↗
(a,b)
Source
from the content-addressed store, hash-verified
19
20
// Remember this function?
21
function
sum(a,b) {
22
return
a+b
23
}
24
25
let
result = sum(9,10)
26
Callers
1
functions.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected