[[["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."],[[["`Array.min()` is a function that compares two arrays element-by-element and returns a new array containing the minimum value for each element."],["It takes a single argument, `right`, which is the array to compare against the calling array (`left`)."],["The function returns an empty array if either input array is empty."],["The resulting array has the same dimensions as the input arrays and contains the element-wise minimum values."]]],[]]