[[["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."],[[["The `mod()` function calculates the remainder when one number (`left`) is divided by another (`right`)."],["It accepts two arguments: `left`, the dividend, and `right`, the divisor, both of which must be numbers."],["The function returns the remainder as a number, which can be positive, negative, or zero depending on the input values."],["It's available in both JavaScript and Python environments within the Earth Engine ecosystem."],["Usage follows the syntax `ee.Number(left).mod(ee.Number(right))`."]]],[]]