Stay organized with collections
Save and categorize content based on your preferences.
Separately reduces each position in array inputs of equal shape, producing an array output of the same shape.
For example, with the 'sum' reducer applied to 5 arrays with shape 2x2, the output will be a 2x2 array, where each position is the sum of the 5 values at that position.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-10-06 UTC."],[[["Applies a reducer function to corresponding elements across multiple arrays of the same shape."],["Outputs a single array mirroring the input shape, with each element representing the reduced value of corresponding input elements."],["Offers flexibility through the `forEachElement` method to specify the reducer function."],["Illustrated with an example using the 'sum' reducer to aggregate values across five 2x2 arrays into a resultant 2x2 array."]]],[]]