15 meanings: 1. to make or become smaller in size, number, extent, degree, intensity, etc 2. to bring into a certain state,.... Click for more definitions.
Description The reduce() method executes a reducer function for array element. The reduce() method returns a single value: the function's accumulated result. The reduce() method does not execute the function for empty array elements. The reduce() method does not change the original array.