MCPcopy
hub / github.com/mouredev/hello-javascript / intern

Function intern

Basic/16-functions.js:80–82  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

78function extern() {
79 console.log("Función externa")
80 function intern() {
81 console.log("Función interna")
82 }
83 intern()
84}
85

Callers 1

externFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected