about | help | code help+videos | done | prefs |
has23Bad
Given a string, return true if "bad" appears starting at index 2 or 3 in the string, such as with "xxbadxxx" or "xxxbadxx" but not "badxx". The string may be any length, including 0. Note: You need to return boolean, true or false. has23Bad("bxbad") → true has23Bad("cxxxx") → false has23Bad("xbadxx") → 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: 100 Post-solution available
Copyright Nick Parlante 2017 - privacy