Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/CodeWithHarry/Sigma-Web-Dev-Course
/ sum
Function
sum
Video 58/index.js:8–12 ·
view source on GitHub ↗
(a, b, c = 3)
Source
from the content-addressed store, hash-verified
6
}
7
8
function
sum(a, b, c = 3) {
9
// console.log(a + b)
10
console.log(a, b, c)
11
return
a + b + c
12
}
13
14
15
result1 = sum(3, 2)
Callers
1
index.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected