MCPcopy Create free account
hub / github.com/CleverProgrammers/JavaScript-Course-by-Clever-Programmer- / sum

Function sum

playground.js:93–96  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

91// greeting('Johnny Depp')
92
93function sum(a, b) {
94 // return
95 return a + b
96}
97
98// num1 = sum(1, 2)
99// console.log(num1)

Callers 1

calculateFoodTotalFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected