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.
Quote: "You are going to be given a word. Your job is to return the middle character of the word. If the word's length is odd, return the middle character. If the word's length is even, return the middle 2 characters."
I understand what a variable is. I understand that s is the input argument storing "the word".
My question is, WHAT IS MY WORD.
In the instructions it says "you will be given a word".
Well, I'm waiting. It hasn't "given me a word" yet. Am I just supposed to make up a word myself? Because that's not what the instructions said. It said I would be provided one. Maybe I'm just completely blind but I don't see the word anywhere.
my word is, the letter s? I'm supposed to find the middle character in the letter s?
So um...it says I'm going to be given a word...so....where's the word?