log-on-interval.js 77 Bytes Raw Blame History Permalink 1 2 3 setInterval(function () { console.log('Logging at ' + Date.now()); }, 100);