[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-07-26 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."]]],[]]