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.
Thank you, for feedback.
Of course, for real task it's more logical to use objects, not arrays. But the aim of this kata is to show how to use arrays where content have different types. Later I will try to do this idea using normal objects. I'll try to add more test-cases
as I know it's deprecated trend for js code to write more than one var in function, and especially deprecated to write var in for, do etc.