Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mouredev/hello-javascript
/ defaultSum
Function
defaultSum
Basic/16-functions.js:56–58 ·
view source on GitHub ↗
(a = 0, b = 0)
Source
from the content-addressed store, hash-verified
54
sum()
55
56
function
defaultSum(a = 0, b = 0) {
57
console.log(a + b)
58
}
59
60
// Por defecto
61
Callers
1
16-functions.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected