Ad
  • Custom User Avatar

    Thanks and nice work! All approved.

  • Custom User Avatar

    Well spotted on those plurals! Have added a bit more info for the <3 / non-integer case. Thanks for the feedback, great stuff!

  • Custom User Avatar

    EXCLUDING the the numbers in the test case

    watch out for the double "the"!

  • Custom User Avatar

    I'm not sure which word it was precisely but I was able to pass the tests with a code working for 4-or-more-letter "er" ending words and 5-or-more-letter "er" ending words, so maybe a slight tweak in the description to match the tests or vice versa?

  • Custom User Avatar

    And words longer than 4 letters that end in "ER" should have the "ER" trimmed off (the tricky bit is to make sure it can handle commas or spaces)

    Also just realised that your test cases pass for words that are 4 letters or longer, should the above only apply to words with 5 or more letters?

  • Custom User Avatar

    tiny error here:

    Doulbe "ER"s

    Love this idea!

  • Custom User Avatar

    numbers upto n's index

    Watch your spacing in the description. Codewars supports Github markdown so you can make your descriptions clearer by wrapping your example code in ```s.

  • Custom User Avatar

    You're quite right, noted and updated. Thanks.

  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar

    You must concatenate the nth letter from each word to construct a new word which should returned as a string.

    Perhaps "You must concatenate the nth letter from each word to construct a new word which should be returned as a string" would be better?

  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar

    Yes I can see how that might have appeared confusing. Have made the necessary changes. Thanks!

  • Custom User Avatar

    thank you for your kind words!

  • Custom User Avatar

    noted, changes made to the description, thanks!

  • Custom User Avatar

    you learn something new every day in this game!

  • Loading more items...