| about | help | code help+videos | done | prefs | 
containsCharacter
Define a function that when passed a String and a character, returns true if the String contains that character, false otherwise. containsCharacter("this is fine", "f") → true containsCharacter(" this is also fine. .", ".") → true containsCharacter("", "$") → false ...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: 2 Post-solution available
Copyright Nick Parlante 2017 - privacy