تاريخ التعديل الأخير: 2025-07-08 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","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 (حسب التوقيت العالمي المتفَّق عليه)"],[[["`aside()` allows executing a function with the current object as input without altering the object, facilitating debugging and visualization during chained operations."],["The function passed to `aside()` can be anything, such as `print()` for debugging, `Map.addLayer()` for visualization, or any custom function."],["`aside()` returns the original object, enabling method chaining for further processing of the object in the workflow."],["It accepts the function to execute and any additional arguments to be passed to that function."]]],["The `aside` function, used with a `ComputedObject`, executes a provided function (`func`) with the object itself as the initial argument, alongside any additional arguments (`var_args`). It returns the original `ComputedObject`, enabling method chaining. This is useful for debugging or applying functions sequentially, as shown in the example where it's used to print intermediate steps and add a layer to a map during an image collection's processing.\n"]]