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.
For those who see this and are still interested:
if (i < 3), r at index i is copied from s, r[i] uses the defined tribonacci sequence.
Your code returns extra space at the beginning of the string. That's why it fails. For example, with your code
nameShuffler('Richard Cheese')
returnsShow us your attempted solution, we'll try to help.
One of common newbie mistakes is printing the result instead of returning it. Consider checking your solution for that.