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.
it's called "Variable Arguments"
Its array of string which mainly focuses on the elements of the array.Hope something is clear:)
You can refer to this: https://docs.codewars.com/authoring/guidelines
Note that more than 7000 katas are currently available, and it's very challenging to find novel ideas, particularly with trivial tasks.
What makes a good quality kata? So I can prevent my katas from getting retired
That means it can't be solved anymore. You can publish a new kata if you want, but if it's not of good quality, it could end up retired too :p
I'm new to creating katas, a retired kata means it can't be published again?
It looks like you added something similar. It simply means generating test cases that cannot be hardcoded (easily).
Since the kata is retired, there's no point to keep this issue open.
Hi, what do you suggest as random?
No random tests
What does String... mean? And why was it preferred over String[]?