const add = function(x,y) { return x+y }; const subtract = function(x,y) { return x-y }; const sum = function(a) { let s=parseInt(0); for(let i=0;i