leonardomso/33-js-concepts

Write a function that returns the count of characters that have to be removed in order to get a string with no consecutive repeats.

Opened this issue · 5 comments

Examples
'abbbbc' => 'abc' # answer: 3
'abbcca' => 'abca' # answer: 2
'ab cca' => 'ab ca' # answer: 1

Please assign me this issue

/assign

/assign

hello sir @leonardomso , please assign me this task.

Can you please assign me this issue under haktoberfest.