[[["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."],[[["`Number.bitwiseXor()` calculates the bitwise XOR of two numbers, returning the result as a Number."],["The function takes two arguments: `left` (the left-hand value) and `right` (the right-hand value), both of which are Numbers."],["Bitwise XOR compares the corresponding bits of the input numbers and outputs a 1 if only one bit is 1, otherwise it outputs a 0."],["Provided examples in JavaScript, Python, and Colab demonstrate how to use the `bitwiseXor()` function with Earth Engine Numbers."]]],[]]