MCPcopy
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
91function applyFunc(func, param) {
92 func(param)
93}
94
95applyFunc(myFunc4, "función de orden superior")
96

Callers 1

16-functions.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected