fork download
  1. // your code goes here
  2. a = 5 +"5";
  3. console.log(a);
Success #stdin #stdout 0.02s 16940KB
stdin
Standard input is empty
stdout
55