Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/CodeWithHarry/Sigma-Web-Dev-Course
/ index.js
File
index.js
Video 58/index.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
function
nice(name) {
2
console.log(
"Hey "
+ name +
" you are nice!"
)
3
console.log(
"Hey "
+ name +
" you are good!"
)
4
console.log(
"Hey "
+ name +
" your tshirt is nice!"
)
Callers
nothing calls this directly
Calls
2
func1
Function · 0.85
sum
Function · 0.70
Tested by
no test coverage detected