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