Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
47
console.log(result);
48
49
const
addNumber =
function
(num1,num2){
50
const
sum = num1+num2;
51
return
sum;
52
}
53
54
55
Callers
1
index.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected