[[["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."],[[["`aside()` is a method that allows calling a function with the current object as the first argument, without altering the object itself, enabling debugging or side effects like adding to the map."],["It takes a function as its primary argument, followed by any additional arguments that should be passed to the function, facilitating flexibility in its application."],["This method returns the original object, making it seamlessly chainable with other Earth Engine operations for concise and readable code."],["The method can be used with various Earth Engine objects, including `ee.ImageCollection` and `ee.Dictionary`, as demonstrated in the examples."]]],["The `aside` function calls a specified function, passing the current object as the first argument, and then returns the original object. This allows for chaining operations, particularly useful for debugging. It accepts a function and optional extra arguments to pass to that function. In the examples, `aside` is used to print a message or add a layer during image collection filtering, and dictionary creation, with the `print` or `print_dic` function. It can use different type of data like `ee.Dictionary` or `ee.ImageCollection`.\n"]]