MCPcopy 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

13console.log("The End")
14
15const fn = () => {
16 console.log("Nothing")
17}
18
19const callback = (arg, fn) => {
20 console.log(arg)

Callers 1

callbackFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected