1 2for (var i = 0; i < 10; i++) { 3 console.log('stdout %d', i); 4 console.error('stderr %d', i); 5} 6 7