MCPcopy Create free account
hub / github.com/CleverProgrammers/JavaScript-Course-by-Clever-Programmer- / sayMyName2

Function sayMyName2

playground.js:78–80  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

76// it has 1 argument called `name`
77// does: it logs out your name to console
78function sayMyName2(name) {
79 console.log(name)
80}
81
82// sayMyName2('Kevin')
83

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected