Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mouredev/hello-javascript
/ greet
Function
greet
Intermediate/00-advanced-functions.js:8–10 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
6
// Ciudadanos de primera clase
7
8
const
greet =
function
(name) {
9
console.log(`Hola, ${name}`)
10
}
11
12
greet(
"Brais"
)
13
Callers
1
00-advanced-functions.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected