Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5
let
argumento = prompt(
"Ingresa algo"
);
6
7
let
func = (parametro) => typeof parametro;
8
9
console.log(func(argumento));
Callers
1
ejercicio12.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected