MCPcopy 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?
21function sum(a,b) {
22 return a+b
23}
24
25let result = sum(9,10)
26

Callers 1

functions.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected