about | help | code help+videos | done | prefs |
welcomeback_lists_noDupeLetterWords--Given a List of Strings, remove all words with any duplicate letters. welcomeback_lists_noDupeLetterWords(["computer"]) → ["computer"] welcomeback_lists_noDupeLetterWords(["tomball", "memorial", "school", "high", "guidry", "monroe"]) → ["guidry"] welcomeback_lists_noDupeLetterWords(["hand", "stitches", "moon", "dog", "cat"]) → ["hand", "dog", "cat"] ...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