MCPcopy Create free account
hub / github.com/Open-Bootcamp/JavaScript-Basico / declaracion-funciones.js

File declaracion-funciones.js

sesion-08-funciones/declaracion-funciones.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// Qué son las funciones, cómo se declaran y cómo se utilizan
2const nom = "Gorka"
3
4// saludar("Miguel")

Callers

nothing calls this directly

Calls 7

despedirFunction · 0.85
saludarPersonaFunction · 0.85
imprimeNumeroFunction · 0.85
imprimirFunction · 0.85
multiplicarFunction · 0.85
saludarFunction · 0.70
sumaFunction · 0.70

Tested by

no test coverage detected