MCPcopy 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

5saludar(nom)
6
7function saludar(nombre) {
8 console.log(`Hola ${nombre}`)
9}
10
11////
12

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected