fork download
  1. // your code goes here
  2. var str = encodeURI("12");
  3. console.log(str);
Runtime error #stdin #stdout #stderr 0s 172608KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
prog.js:3:0 ReferenceError: console is not defined