about | help | code help+videos | done | prefs |
list_noWordsWithA
Given a list of words, remove all of the words that have the letter "a" in them. list_noWordsWithA(["mouse", "keyboard", "computer", "monitor"]) → ["mouse", "computer", "monitor"] list_noWordsWithA(["dog", "cat", "turtle", "bird"]) → ["dog", "turtle", "bird"] list_noWordsWithA(["printer", "projector", "speakers", "headphones"]) → ["printer", "projector"] ...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