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

Function step3

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

Source from the content-addressed store, hash-verified

56}
57
58function step3(callback) {
59 setTimeout(() => {
60 console.log("Paso 3 completado")
61 callback()
62 }, 1000)
63}
64
65step1(() => {
66 step2(() => {

Callers 1

07-async.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected