[[["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."],[[["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`."]]],[]]