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

Function obtenDobleEdad

sesion-12-intro-depuracion/index.js:8–10  ·  view source on GitHub ↗
(edad)

Source from the content-addressed store, hash-verified

6console.log(persona)
7
8function obtenDobleEdad(edad) {
9 return 2 * edad
10}
11
12const dobleEdad = obtenDobleEdad(persona.edad)
13

Callers 1

index.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected