Ad
  • Custom User Avatar

    I absolutely agree with essenov. "You need to return the highest scoring word as a string." - can the author elaborate more on how to decide the string has the highest scoring word? "a = 1, b = 2, c = 3 etc" does not help at all. Needs examples with detailed explanation - I found out that most of the katas do have these problems to make the questions always so ambiguous!

  • Custom User Avatar

    The test cases didnt tip you off?

  • Custom User Avatar

    The description is not clear enough. "You need to return the highest scoring word as a string." The score of the word "abc" could be "123" OR "6" (1+2+3) as it appeared afterwards.