| about | help | code help+videos | done | prefs | 
list_removeOddWords
Given a list of words, remove all of the words that have an odd number of letters and return the list! list_removeOddWords(["Hi", "Bye"]) → ["Hi"] list_removeOddWords(["Remove", "Odd", "Length", "Words"]) → ["Remove", "Length"] list_removeOddWords(["Computer", "science", "lists"]) → ["Computer"] ...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