Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Open-Bootcamp/JavaScript-Basico
/ despedir
Function
despedir
sesion-08-funciones/declaracion-funciones.js:19–22 ·
view source on GitHub ↗
(nombre)
Source
from the content-addressed store, hash-verified
17
console.log(nombre_2)
18
19
function
despedir(nombre) {
20
nombre =
"Diego"
21
console.log(`Adiós ${nombre}`)
22
}
23
24
////
25
Callers
1
declaracion-funciones.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected