Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mouredev/hello-javascript
/ applyFunc
Function
applyFunc
Basic/16-functions.js:91–93 ·
view source on GitHub ↗
(func, param)
Source
from the content-addressed store, hash-verified
89
// Funciones de orden superior
90
91
function
applyFunc(func, param) {
92
func(param)
93
}
94
95
applyFunc(myFunc4,
"función de orden superior"
)
96
Callers
1
16-functions.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected