Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Open-Bootcamp/JavaScript-Basico
/ imprimir
Function
imprimir
sesion-08-funciones/declaracion-funciones.js:50–52 ·
view source on GitHub ↗
(...parametros)
Source
from the content-addressed store, hash-verified
48
/////////
49
50
function
imprimir(...parametros) {
51
console.log(parametros)
52
}
53
54
imprimir(1, 3, 9, 2,
"hola"
, { id: 9 })
55
Callers
1
declaracion-funciones.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected