[[["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."],[[["`first()` selects and returns the first provided value (`left`)."],["It takes two Number arguments: `left` and `right`."],["The function always returns the `left` value, regardless of the `right` value."]]],["The `first` method, applied to a Number object, returns the value of the left-hand number. It accepts a right-hand number as an argument but prioritizes the left-hand number's value. For example, when `ee.Number(1).first(ee.Number(2))` is executed, the output is `1`. This method is available in both JavaScript and Python, with the output of the code example demonstrated in each environment.\n"]]