MCPcopy
hub / github.com/mouredev/hello-javascript / myFunc4

Function myFunc4

Basic/16-functions.js:41–41  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

39}
40
41const myFunc4 = (name) => console.log(`¡Hola, ${name}!`)
42
43myFunc3("Brais Moure")
44myFunc4("Brais Moure")

Callers 1

16-functions.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected