[[["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 executing a specified function on a ComputedObject (like an Image or ImageCollection) within a processing chain without altering the object itself."],["It is primarily used for debugging and visualization purposes, such as printing intermediate results or adding layers to the map."],["`aside()` takes a function as its main argument and passes the current ComputedObject to it, along with any optional extra arguments."],["This method facilitates code clarity and insight into complex workflows by providing a way to inspect and display intermediate data without disrupting the main processing flow."],["It returns the original ComputedObject, enabling seamless chaining of further operations within the script."]]],[]]