Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
5
function
sayMyName(name) {
6
console.log(name)
7
}
8
9
// This is you TELLING your computer what to do
10
sayMyName(
'Qazi'
)
Callers
1
functions.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected