fork download
  1. // your code goes here
  2. for(var i = 0; i < 5; i++){
  3. console.log(i);
  4. }
Success #stdin #stdout 0.05s 16260KB
stdin
Standard input is empty
stdout
0
1
2
3
4