[[["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()` function allows executing intermediary functions on a ComputedObject (like Image or ImageCollection) within a processing chain without altering the object itself."],["It facilitates debugging and visualization by enabling actions like printing object details or adding it to the map at various stages of the chain."],["`aside()` takes a function as its main argument (e.g., `print`, `Map.addLayer`) and executes it with the ComputedObject as the first argument, alongside any optional extra arguments."],["This function is designed for chaining and returns the original ComputedObject, making it seamless to integrate into existing workflows."]]],[]]