Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Closing as question seems to be resolved
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!
Fixed