[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-07-08(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."]]],[]]