[[["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 `aside()` method allows you to call a function with the current object as an argument without interrupting the method chain, useful for debugging or side effects like printing or displaying data."],["It takes a function and optional extra arguments which are passed to the function along with the object itself."],["`aside()` returns the original object, making it suitable for chaining with other Earth Engine methods."],["It's applicable to various Earth Engine objects, demonstrated with an `ee.ImageCollection` and an `ee.Geometry.Point` in the provided examples."],["You can use it to display data on the map, print information to the console, or perform any other action within a processing chain without altering the primary output."]]],[]]