Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodeWithHarry/Sigma-Web-Dev-Course
/ callback
Function
callback
Video 75/script.js:19–22 ·
view source on GitHub ↗
(arg, fn)
Source
from the content-addressed store, hash-verified
17
}
18
19
const
callback = (arg, fn) => {
20
console.log(arg)
21
fn()
22
}
23
24
const
loadScript = (src, callback) => {
25
let
sc = document.createElement(
"script"
);
Callers
1
loadScript
Function · 0.85
Calls
1
fn
Function · 0.85
Tested by
no test coverage detected