deno/cli/tests/inspector4.js
2020-05-21 20:34:25 +02:00

6 lines
91 B
JavaScript

console.log("hello");
setInterval(() => {
console.log("hello from interval");
}, 1000);