MCPcopy Index your code
hub / github.com/CleverProgrammers/JavaScript-Course-by-Clever-Programmer- / sayMyName

Function sayMyName

notes/functions.js:5–7  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

3
4// This is the instructions on WHAT you want your computer to do
5function sayMyName(name) {
6 console.log(name)
7}
8
9// This is you TELLING your computer what to do
10sayMyName('Qazi')

Callers 1

functions.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected