| about | help | code help+videos | done | prefs | 
Given an ArrayList of strings, remove any string that occurs at a previous index of the ArrayList. deleteDuplicates(["a", "a", "a", "a", "b", "a", "c", "b"]) → ["a", "b", "c"] deleteDuplicates(["c", "a", "a", "a", "a", "f", "b", "a", "c", "b"]) → ["c", "a", "f", "b"] deleteDuplicates(["a", "a", "a", "a", "a", "a"]) → ["a"] ...Save, Compile, Run (ctrl-enter)  | 
Progress graphs: 
 Your progress graph for this problem
 Random user progress graph for this problem 
 Random Epic Progress Graph
Copyright Nick Parlante 2017 - privacy