[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-10-06 UTC."],[[["`aside()` is a method that allows you to call a function with the current object as input without interrupting the method chain, often used for debugging or visualization."],["It returns the original object, enabling continued chaining of methods after performing the side effect function."],["`aside()` takes the function to be called and any additional arguments required for the function as inputs."],["This functionality is particularly useful for tasks like printing intermediate results (`print`), displaying layers on a map (`Map.addLayer`), and other custom actions within a complex workflow."]]],[]]