[[["이해하기 쉬움","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-25(UTC)"],[[["`aside()` is a method that allows you to call a function on a ComputedObject (like an ImageCollection or LineString) without interrupting the workflow, primarily used for debugging or visualization."],["It passes the ComputedObject as the first argument to the specified function, along with any additional provided arguments."],["`aside()` executes the given function but ultimately returns the original ComputedObject, enabling seamless method chaining for further operations."],["This function facilitates inserting actions like printing data or displaying layers on the map during processing, without altering the core data or flow."]]],["The `aside` function takes a function and optional arguments, applying the function to the current object as the first argument. It then returns the original object, enabling method chaining. This facilitates debugging by allowing the inspection of the object at various stages. The function can take any number of extra arguments passed to the user-supplied function. It is available to be used on any `ComputedObject` type.\n"]]