Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Open-Bootcamp/JavaScript-Basico
/ funciones-generadoras.js
File
funciones-generadoras.js
sesion-08-funciones/funciones-generadoras.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
function
* generaId() {
2
let
id = 0;
3
while
(true) {
4
id++
Callers
nothing calls this directly
Calls
1
generaId
Function · 0.85
Tested by
no test coverage detected