2017-03-30 00:57:11 +02:00

6 lines
81 B
JavaScript

setInterval(function() {
console.log('log');
console.error('log');
}, 200);