[[["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."],[[["Calculates the magnitude (hypotenuse) of 2D vectors represented by corresponding elements within two arrays."],["The function is used as `Array.hypot(right)` where 'left' is the calling array and 'right' is the argument array."],["Both input arrays, 'left' and 'right', are expected to contain numerical values representing the x and y components of the vectors, respectively."],["The result is a new array containing the calculated magnitudes for each corresponding pair of elements from the input arrays."]]],[]]