fork(1) download
  1. // your code goes here
  2. function myfunc(a,b,c,d,e){ return Math.max()};
  3. let mx=myfunc(1,2,3,4,5);
  4. console.log(mx)
Success #stdin #stdout 0.03s 16344KB
stdin
Standard input is empty
stdout
-Infinity