[[["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.bitwiseOr()` calculates the bitwise OR of two input arrays element-by-element."],["It takes two arrays, `left` and `right`, as input and returns a new array with the results."],["The bitwise OR operation is performed on corresponding elements of the input arrays."],["The function works with numeric arrays and supports various data types."],["It handles empty arrays gracefully, returning an empty array if either input is empty."]]],[]]