MCPcopy Create free account
hub / github.com/coderarmy-notes/mern-stack-course / addNumber

Function addNumber

03JS/Day10/index.js:49–52  ·  view source on GitHub ↗
(num1,num2)

Source from the content-addressed store, hash-verified

47console.log(result);
48
49const addNumber = function(num1,num2){
50 const sum = num1+num2;
51 return sum;
52}
53
54
55

Callers 1

index.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected