Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/mouredev/hello-javascript
/ step1
Function
step1
Intermediate/07-async.js:44–49 ·
view source on GitHub ↗
(callback)
Source
from the content-addressed store, hash-verified
42
// - Problema: Callback Hell
43
44
function
step1(callback) {
45
setTimeout(() => {
46
console.log(
"Paso 1 completado"
)
47
callback()
48
}, 1000)
49
}
50
51
function
step2(callback) {
52
setTimeout(() => {
Callers
1
07-async.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected