Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mouredev/hello-javascript
/ extern
Function
extern
Basic/16-functions.js:78–84 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
76
// Funciones anidadas
77
78
function
extern() {
79
console.log(
"Función externa"
)
80
function
intern() {
81
console.log(
"Función interna"
)
82
}
83
intern()
84
}
85
86
extern()
87
// intern() Error: fuera del scope
Callers
1
16-functions.js
File · 0.85
Calls
1
intern
Function · 0.85
Tested by
no test coverage detected