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.
The difference is that with the reversed method you get a result that you still need to convert to something so you can use it later on in the code. With the ::-1 method you get a final result that is ready to be used in your code, with this method you get a final result, with the reversed you get a tool to use.
Is there a better way to connect all the variables here in one line of code only?