Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mouredev/hello-javascript
/ myFuncWithParams
Function
myFuncWithParams
Basic/16-functions.js:20–22 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
18
// Con parámetros
19
20
function
myFuncWithParams(name) {
21
console.log(`¡Hola, ${name}!`)
22
}
23
24
myFuncWithParams(
"Brais"
)
25
myFuncWithParams(
"MoureDev"
)
Callers
1
16-functions.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected