Ad
  • Custom User Avatar

    Right, this is my ommission. Sorry for troubling. Now all has mathched.

  • Custom User Avatar

    Again, the same problem. Cannot pass the tests (Java), which say: expected:<[Oi! Sheep number 2! You are about to be eaten by a wolf!]> but was:<[]>. Am I right assuming, that my solution returns empty string except the required? Ubfortunetely, I don't know what is the source of the problen with tests. The IDE shows that all works as per the instructions, but it cannot test the Kata's inner (codewars') state... This is the second time when my solution returns no string value.

  • Custom User Avatar

    I've got a trouble: passed all tests, but click "Attempt" andit says the following:

    expected:<[You shot all 0 zombies.]> but was:<[]>
    expected:<You shot [all 20 zombies].> but was:<You shot [20 zombies before being eaten: overwhelmed].>

    What might it be?

  • Custom User Avatar

    will this solution delete all the repetitions of the letters in text (e.g. "a" found 2,3.. n times) or delete only one occurence?

  • Custom User Avatar

    Does this code allow to check if the array is empty or not? E.g., when it contains neither element...