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.
Love the code. Cannot for the life of me wrap my head around the need for "const result = signature.slice(0, n);" at the beginning. I keep running through it, and seeing the different results with and without it, but cannot see why it does so. Could you clarify?