[[["容易理解","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 (世界標準時間)。"],[[["The `aside()` function allows calling a specified function with the current object as the first argument without altering the object itself, enabling debugging and side-effect operations within a processing chain."],["It returns the original object, making it suitable for chaining with other Earth Engine operations."],["`aside()` accepts a function and optional additional arguments, which are passed to the function alongside the object."],["This functionality is useful for printing intermediate results, displaying data on a map, or performing other actions without interrupting the workflow."],["Examples in JavaScript and Python demonstrate how `aside()` can be integrated into Earth Engine scripts for various purposes."]]],["The `aside` function calls a specified function (`func`) using the current object as the first argument, along with any additional arguments (`var_args`). It then returns the original object, enabling method chaining. This is useful for debugging and inspecting intermediate steps. The function accepts a `ComputedObject`, a function, and optional arguments. It's demonstrated in both JavaScript and Python, with examples showcasing usage with and without `var_args`, and in the middle of a call chain.\n"]]