MCPcopy
hub / github.com/mouredev/hello-javascript / step2

Function step2

Intermediate/07-async.js:51–56  ·  view source on GitHub ↗
(callback)

Source from the content-addressed store, hash-verified

49}
50
51function step2(callback) {
52 setTimeout(() => {
53 console.log("Paso 2 completado")
54 callback()
55 }, 1000)
56}
57
58function step3(callback) {
59 setTimeout(() => {

Callers 1

07-async.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected