Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/appacademy/Module-1-Resources
/ example
Function
example
w3/d2/sum-to-n.js:23–23 ·
view source on GitHub ↗
(num)
Source
from the content-addressed store, hash-verified
21
}
22
23
let
example = (num) => num + 5;
24
// console.log(example(10));
25
26
console.log(sumToN(5))
// returns 15
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected