MCPcopy Create free account
hub / github.com/Open-Bootcamp/JavaScript-Basico / doble

Function doble

sesion-08-funciones/funciones-flecha-y-anonimas.js:21–23  ·  view source on GitHub ↗
(valor)

Source from the content-addressed store, hash-verified

19console.log(array3)
20
21function doble(valor) {
22 return valor * 2
23}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected