MCPcopy 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
8function sum(a, b, c = 3) {
9 // console.log(a + b)
10 console.log(a, b, c)
11 return a + b + c
12}
13
14
15result1 = sum(3, 2)

Callers 1

index.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected