1 avg.length = 2
   2 function (x,y) {
   3 return x + y/ 2
   4 }
   5 avg(34, 44) = 56