Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mouredev/hello-javascript
/ myFunc
Function
myFunc
Basic/16-functions.js:10–12 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8
// Simple
9
10
function
myFunc() {
11
console.log(
"¡Hola, función!"
)
12
}
13
14
for
(
let
i = 0; i < 5; i++) {
15
myFunc()
Callers
1
16-functions.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected