2016-10-12 00:16:36 -05:00

4 lines
57 B
JavaScript

setInterval(function() {
console.log("tick");
}, 1000);