[[["เข้าใจง่าย","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"],[[["The `aside()` method allows you to call a function (e.g., `print`, `Map.addLayer`) with the current object as an argument, facilitating debugging and visualization without interrupting the method chain."],["It enables inserting actions or side effects within a sequence of chained operations, like printing intermediate results or adding layers to a map."],["`aside()` returns the original object, allowing you to continue chaining other methods for further processing or analysis."],["You can provide additional arguments to the function called by `aside()` for customization, such as visualization parameters for `Map.addLayer`."]]],["The `aside` function, applicable to `ComputedObject` instances, executes a provided function (`func`) using the object as the initial argument, alongside any additional arguments (`var_args`). It returns the original `ComputedObject`, enabling method chaining. This functionality is useful for debugging or applying side effects like printing or adding layers to a map within a chain of operations on the object.\n"]]