[[["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."],[[["This function calculates the bitwise AND of two numbers, `left` and `right`."],["The result is a new number where each bit is 1 only if the corresponding bits in both input numbers are 1."],["It's useful for manipulating binary representations of numbers, like extracting specific bits or applying masks."],["The example demonstrates how the function works with unsigned 8-bit numbers, calculating the bitwise AND of 25 and 21."],["You can use this function in both JavaScript and Python within the Google Earth Engine environment."]]],[]]