| about | help | code help+videos | done | prefs | 
Given a list of strings, return a list where each string is converted to lower case (Note: String toLowerCase() method). lower(["Hello", "Hi"]) → ["hello", "hi"] lower(["AAA", "BBB", "ccc"]) → ["aaa", "bbb", "ccc"] lower(["KitteN", "ChocolaTE"]) → ["kitten", "chocolate"] ...Save, Compile, Run (ctrl-enter)  | 
Progress graphs: 
 Your progress graph for this problem
 Random user progress graph for this problem 
 Random Epic Progress Graph
Difficulty: 221
Copyright Nick Parlante 2017 - privacy