Simon Priet 9e2991e668 init
2021-09-05 22:53:58 +02:00

5 lines
77 B
JavaScript

for (var i = 0; i < 100; i++) {
var n = 500;
console.log('i=', i);
}