index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
testdata
/
004_set_timeout.ts
blob: fe55e31ba02f9f643d4019854473cc25d7d9f0c9 (
plain
)
1
2
3
4
5
setTimeout(function() { console.log("World"); }, 10); console.log("Hello");