MCPcopy
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
10function myFunc() {
11 console.log("¡Hola, función!")
12}
13
14for (let i = 0; i < 5; i++) {
15 myFunc()

Callers 1

16-functions.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected