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.
I am not mocking you, but I am trying to point out that:
It fails with:
Expected: "a b c d", instead got: "d c b a"
It does not work for examples from description either, because you can see in the description that input string
"This is an example!"
should return"sihT si na !elpmaxe"
, but your solution returns"!elpmaxe na si sihT"
. That's why I am really puzzled how and why your code works in irb.Mocking people is not helpful either. If you read my comment, I said my code works in irb with the examples (given strings). Yet its not working here on code wars.
"My solution does not work for some reason" is not a valid kata issue.
My code works in irb and I have used the example words within my code and got the desired output but test doesnt accept my code for some reason