Ad
  • Default User Avatar

    Hi @jcsahnwaldt, Thanks a lot! I fixed it! Please check again!

  • Default User Avatar

    Hi @jcsahnwaldt!
    I fixed it.
    Please check.

  • Default User Avatar

    I fixed it, please check.

  • Default User Avatar

    Your solution throws StringIndexOutOfBoundsException wenn the test case begins with whitespece.
    All the solutions should give exactly the same result for each input as your asciiConvertToJ function. Your test cases should be improved accordingly.
    You should clarify the handling of whitespace characters.
    What is whitespace? (space + tab + newline, etc.) --> Please add some new basic test cases. Improve the Kata Description.
    Your solution merges multiple whitespaces to a single blank. --> new test cases, improve the Kata Description
    It is not clear from the description that the first character of the words must be converted to uppercase and the additional character of the words to lowercase. --> improve the Kata Description
    In your solution, you don't take exactly the same characters as whitespace when converting characters (blank, '\t', '\n') and wenn splitting at the end of a function ("\s+").