[[["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 2024-07-13 UTC."],[[["Returns a Reducer that calculates the minimum and maximum values of input data."],["Outputs, when available, are labeled as \"min\" and \"max\" respectively."],["The reducer is initiated using `ee.Reducer.minMax()`."],["This reducer function does not require any arguments."]]],["The `ee.Reducer.minMax()` function creates a Reducer that calculates the minimum and maximum values from its input data. The output of this Reducer includes the minimum value, labeled \"min\", and the maximum value, labeled \"max\". It does not require any input arguments and returns a Reducer object.\n"]]