| about | help | code help+videos | done | prefs | 
welcomeback_lists_removePrimes
| welcomeback_lists_removePrimes--Given a List of Integers, remove all prime numbers from the list; then return the list. welcomeback_lists_removePrimes([1]) → [1] welcomeback_lists_removePrimes([6, 12, 15, 18, 24]) → [6, 12, 15, 18, 24] welcomeback_lists_removePrimes([2, 4, 6, 8]) → [4, 6, 8] ...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