[[["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 you to call a function on a ComputedObject (like an ImageCollection or FeatureCollection) within a chain of operations without altering the object itself."],["It's useful for debugging by printing intermediate results or displaying them on the map during a sequence of operations on a ComputedObject."],["The function passed to `aside()` receives the ComputedObject as the first argument and any additional arguments provided to `aside()`."],["This enables actions like printing the object, centering the map on it, or adding it as a layer with visualization parameters without disrupting the primary workflow."],["`aside()` returns the original ComputedObject, facilitating seamless chaining of further operations."]]],[]]