Identifies the type of array elements
Identifies the type of the return array elements (defaults to T)
The value resulting from the previous call to callbackFn. On first call, initialValue if specified, otherwise the value of array[0].
The value of the current element. On first call, the value of array[0] if an initialValue was specified, otherwise the value of array[1].
The index position of currentValue in the array. On first call, 0 if initialValue was specified, otherwise 1.
The array being traversed.
The
reducer
function called for arrReduce.