Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Open-Bootcamp/JavaScript-Basico
/ saludar
Function
saludar
sesion-08-funciones/declaracion-funciones.js:7–9 ·
view source on GitHub ↗
(nombre)
Source
from the content-addressed store, hash-verified
5
saludar(nom)
6
7
function
saludar(nombre) {
8
console.log(`Hola ${nombre}`)
9
}
10
11
////
12
Callers
1
declaracion-funciones.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected