fork download
  1. var array = [];
  2. for (var n =0; n<=2000; n++)
  3. {
  4. array.push(false);
  5. }
  6.  
  7. console.log(array);
Runtime error #stdin #stdout 0.34s 213184KB
stdin
Standard input is empty
stdout
Standard output is empty