Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mouredev/hello-javascript
/ processGreeting
Function
processGreeting
Intermediate/00-advanced-functions.js:14–16 ·
view source on GitHub ↗
(greetFunction, name)
Source
from the content-addressed store, hash-verified
12
greet(
"Brais"
)
13
14
function
processGreeting(greetFunction, name) {
15
greetFunction(name)
16
}
17
18
function
returnGreeting() {
19
return
greet
Callers
1
00-advanced-functions.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected