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

Function greet

Intermediate/00-advanced-functions.js:8–10  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

6// Ciudadanos de primera clase
7
8const greet = function (name) {
9 console.log(`Hola, ${name}`)
10}
11
12greet("Brais")
13

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected