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.
@g964,what happens when someone reaches the end of the alphabet and there are no more available letters to shift to? Do we throw an error? For example, if the letter is "Y" is to be rotated twice then we reach the end of the array.
Thank you!
I had to re-read the description multiple times and I think I finally got it, @g964!
Initially, I had these questions:
When you say, circular shift, the way I look at it is here -> "BORN IN 2015!" becomes "!BORN IN 2015". Also, again, not clear whether we are shifting to the left or to the right.
Right now, I understand that you meant shift letters alphabetically.."B" becomes "C", "O" - > "P" and etc.
This became clear after I googled it.
All the other steps are clear now, too...
Thanks!
Can someone who solved this kata provide a much more detailed description? English is my second language and I am realy struggling what this kata is asking for! Otherwise, I'd have to skip, but it looks very interesting.
Hi! Unfortunately, I can't pass this kata in JS, because of some random tests that are not passing when I click Attempt, even though all my main tests are passing. Can someone please help?