Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
24
const
func1 = (x)=>{
25
console.log(
"I am an arrow function"
, x)
26
}
27
28
func1(34);
29
func1(66);
Callers
1
index.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected