MCPcopy Index your code
hub / github.com/CodeWithHarry/Sigma-Web-Dev-Course / func1

Function func1

Video 58/index.js:24–26  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

22
23
24const func1 = (x)=>{
25 console.log("I am an arrow function", x)
26}
27
28func1(34);
29func1(66);

Callers 1

index.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected