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.
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?