5 lines
80 B
JavaScript

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