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.
This comment is hidden because it contains spoiler information about the solution
PHP
Write to description return type you want from this functions in tests. I done this but this guessing takes more time than main task.
There should be a hint, so I added it now at the bottom of description:
"With objects and arrays you shouldn't parse or iterate input manually. Try to use the force of builtin PHP functions".
Handling arrays and objects is defined by builtin php function.
But I add one testcase: "testNestedArrays" just to be sure.
Added 3 new random tests:
testRandomString,
testRandomArray,
testRandomArgumentsNumber.
Each above with loop * 100.
Great series. Thanks!!!
This comment is hidden because it contains spoiler information about the solution
Nice kata but need more sample testcases.