fork download
  1. importPackage(java.io);
  2. importPackage(java.lang);
  3.  
  4. // your code goes here
  5. var a=b=15;
  6. (function(){
  7. var a=b=30
  8. })();
  9. console.log(b);
Runtime error #stdin #stdout #stderr 0.31s 36040KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
js: uncaught JavaScript runtime exception: ReferenceError: "console" is not defined.