Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodeWithHarry/Sigma-Web-Dev-Course
/ fn
Function
fn
Video 75/script.js:15–17 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
13
console.log(
"The End"
)
14
15
const
fn = () => {
16
console.log(
"Nothing"
)
17
}
18
19
const
callback = (arg, fn) => {
20
console.log(arg)
Callers
1
callback
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected