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