[[["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 (e.g., `print`, `Map.addLayer`) with the current ComputedObject (like an ImageCollection) as the first argument, without altering the object itself."],["This is useful for debugging or visualizing intermediate steps in a processing chain, as it lets you inspect or display the object at various stages."],["`aside()` facilitates method chaining because it returns the original object, allowing you to seamlessly continue applying other operations."]]],[]]