Challenge 📝
Resources 📚
A string string is given. Return the number of the longest block. A block means a multiple occurrence of a letter in a row.
string
#JavaScript Strings
Hard
unsolved