const sum = ( () => sum = (x,y,z) => {const args = [x , y , z]; return args.reduce((a,b) => a+b,0)} )
… Is this it?