MCPcopy Create free account
hub / github.com/CodeWithHarry/Sigma-Web-Dev-Course / main

Function main

Video 76/script.js:33–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31}
32
33async function main(){
34 console.log("Loading modules")
35
36 console.log("Do something else")
37
38 console.log("Load data")
39
40 let data = await getData()
41
42 console.log(data)
43
44 console.log("process data")
45
46 console.log("task 2")
47
48}
49
50main()
51

Callers 1

script.jsFile · 0.70

Calls 1

getDataFunction · 0.70

Tested by

no test coverage detected