MCPcopy 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

1function* generaId() {
2 let id = 0;
3 while(true) {
4 id++

Callers

nothing calls this directly

Calls 1

generaIdFunction · 0.85

Tested by

no test coverage detected