fork(1) download
  1. // your code goes here
  2. let x=123;
  3. let string=x.toStringe;
  4. console.log(string);
Success #stdin #stdout 0.04s 16896KB
stdin
Standard input is empty
stdout
undefined