console.log('accumulator,currentValue,currentIndex,array:', accumulator, currentValue, currentIndex, array) console.log("after executing",'index', currentIndex,":", stepRes) returnstepRes; }; console.log("debugin reducer..."); [11,2,1,3,4].reduce(reducer); console.log("---"); [0,1...