MCPcopy
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

12greet("Brais")
13
14function processGreeting(greetFunction, name) {
15 greetFunction(name)
16}
17
18function returnGreeting() {
19 return greet

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected