Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mouredev/hello-javascript
/ mult
Function
mult
Basic/16-functions.js:69–71 ·
view source on GitHub ↗
(a, b)
Source
from the content-addressed store, hash-verified
67
// Retorno de valores
68
69
function
mult(a, b) {
70
return
a * b
71
}
72
73
let
result = mult(5, 10)
74
console.log(result)
Callers
1
16-functions.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected