[[["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."],[[["\u003cp\u003eRemoves all elements from the list that are present in the \u003ccode\u003eother\u003c/code\u003e list.\u003c/p\u003e\n"],["\u003cp\u003eThis operation modifies the original list and returns the updated list.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eremoveAll\u003c/code\u003e method takes one argument, which is the \u003ccode\u003eother\u003c/code\u003e list containing elements to be removed.\u003c/p\u003e\n"]]],[],null,["# ee.List.removeAll\n\nRemoves from list all of the elements that are contained in other list.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|-------------------------|---------|\n| List.removeAll`(other)` | List |\n\n| Argument | Type | Details |\n|--------------|------|---------|\n| this: `list` | List | |\n| `other` | List | |"]]