function sum(x,y) {return x+y} function callSum(sum,args){ return sum(args) }
How to send args so this can work?