[[["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-12-06 UTC."],[[["`Array.lt` is an element-wise comparison that returns 1 if the left-hand value is strictly less than the right-hand value, and 0 otherwise."],["The function takes two array arguments (`left` and `right`) and returns a new array with the comparison results."],["The output array has the same dimensions as the input arrays, with each element representing the comparison outcome of the corresponding elements in the input arrays."],["It can be applied to empty arrays, single-element arrays, and multi-element arrays, with examples provided in JavaScript and Python."]]],[]]