Ad
  • Custom User Avatar

    Closing as question seems to be resolved

  • Custom User Avatar

    It's hard for everybody, because the problem is not well-specified.

    "Take every 2nd char" is NOT good English -- instead, it should read "take every OTHER char".

    (In fact, if taken literally, the wording would mean to output the "2nd char" only, because there is only one "2nd char" in the input; of course that's silly and nobody reads it that way.)

    The author of this Kata presumably speaks German (going from his name), and in German the phrase is "take every 2nd char". So it's German translated into bad English.

    Also, the problem is not clear about which character to output first; of course this can be inferred from the examples, but the problem text should be clear about this in the first place.

    Please fix the wording!

  • Custom User Avatar