fork download
  1. function myfunc(n) {
  2. var e;
  3. var i = 1;
  4. for (i = 1; i <= e; i++) {
  5. return i;
  6. }
  7. }
  8.  
Success #stdin #stdout 0s 107072KB
stdin
5
stdout
Standard output is empty