fork(1) download
  1. // your code goes here
  2. let x="123456";
  3. let y=Math.max(...x);
  4. console.log(y)
Success #stdin #stdout 0.03s 18916KB
stdin
Standard input is empty
stdout
6