fork download
  1. // your code goes here
  2. var str = '1000'
  3. var n = 10
  4. console.log(Number(str))
Success #stdin #stdout 0.02s 17056KB
stdin
Standard input is empty
stdout
1000