fork download
  1. // your code goes here
  2. var d = new Date();
  3. console.log(d);
Runtime error #stdin #stdout #stderr 0.02s 10364KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
prog.js:3:0 ReferenceError: console is not defined