fork download
  1. importPackage(java.io);
  2. importPackage(java.lang);
  3.  
  4. // your code goes here
  5.  
  6.  
  7. a = [{a: 'a', b: 2}]
  8.  
  9. console.log(JSON.stringify(a.concat([{c: 'c', d: 3}])))
  10.  
Runtime error #stdin #stdout #stderr 0.21s 2313728KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
js: uncaught JavaScript runtime exception: ReferenceError: "console" is not defined.