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

Function sayMyName

playground.js:69–71  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67// and it has 0 arguments
68// does: it logs out your name to the console
69function sayMyName() {
70 console.log('Qazi')
71}
72
73// sayMyName()
74

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected