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.
same issue,whats ur code
Please mark your post as having spoiler content when you post code, read this: https://docs.codewars.com/training/troubleshooting
Your first code reversed the order of the words in the string, and that's not what you should do. You should keep the positions intact, just reverse the letters of each word, look at the examples.
This comment is hidden because it contains spoiler information about the solution
No. Ir says reverse each word in a string, not reverse each letter in the string. Im' so confused why my code isn't working
Hi,
There's no bug to fix (except in your code).
You reverse the order of the words in the string whereas you have to reverse the order of the letters of each word in the string.
This comment is hidden because it contains spoiler information about the solution
Yeah man, been down most of the day :(
https://status.codewars.com/
heyy, the kata is working on yah browser guys?? mine keep on returning an error "This error was caused due to an issue processing the web request, not because of an issue executing your code"
Hi all
Can someone kindly take a look at my code for the "Get Middle Characters" challenge? I can't for the life of me, figure out why it isn't working. Are there bugs in some of the Katas?
Hi. This code doesn't look right. You are meant to display the 2 middle characters of a word if the length of the word is divisible by 2 and the middle character if otherwise. So why is your code displaying 2 characters for both conditions?
Please can you kindly help me out.
Your code is wrong, try again.
This comment is hidden because it contains spoiler information about the solution