about | help | code help+videos | done | prefs |
doubleHi
Given a string, return true if word "Hi" is repeated 2 times in the string."H" and "i" could be together or separated. doubleHi("HiHi") → true doubleHi("") → false doubleHi("Hkji3Hi") → true ...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: 195
Copyright Nick Parlante 2017 - privacy