[[["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.mask()` creates a new array by selecting elements from the input array where corresponding elements in the mask array are non-zero."],["The input and mask arrays must have the same dimensions."],["Zero values in the mask array effectively \"hide\" corresponding elements in the input array, resulting in their exclusion from the output."],["This function is useful for filtering or selectively extracting data from arrays based on a criteria represented by the mask."]]],[]]