We did one of the Katas called mumble_letter. As this is TDD, we ensured passing one char failed first. The whole concept is thus,
- Pass a string
- Based on the index of the char in the string multiply it
- Title case each first char in the multiplied string
- Return each character string separated by hyphen.