MCPcopy Create free account
hub / github.com/JerePrograma/FullStackEgg / func

Function func

Etapa4JavaScript/ejercicio12.js:7–7  ·  view source on GitHub ↗
(parametro)

Source from the content-addressed store, hash-verified

5let argumento = prompt("Ingresa algo");
6
7let func = (parametro) => typeof parametro;
8
9console.log(func(argumento));

Callers 1

ejercicio12.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected