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
/
tests
/
testdata
/
inspector
/
inspector4.js
blob: 1bf419650f28d7f597f8711fc9d6f73715e855ba (
plain
)
1
2
3
4
5
console.log("hello"); setInterval(() => { console.log("hello from interval"); }, 1000);