Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2
const
nom =
"Gorka"
3
4
// saludar("Miguel")
Callers
nothing calls this directly
Calls
7
despedir
Function · 0.85
saludarPersona
Function · 0.85
imprimeNumero
Function · 0.85
imprimir
Function · 0.85
multiplicar
Function · 0.85
saludar
Function · 0.70
suma
Function · 0.70
Tested by
no test coverage detected