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
It could make more sense, but the current tables names are different, and changing them now would render all solutions invalid, won't happen, sorry.
And what's the issue? It's stated in the description:
That includes id.
The kata was good but the fact that the test fail if you don't return the id is diabolical! I smash my head 10 minutus figuring out what i was doing wrong and in the end it was the fact that i was returning only the people names omitting the id.
Ah right, that explains it. Cheers.
I like your solution btw. So that overload for 'insert' is Index, value and then count?
ill have to remember that ;)
This was done on an earlier version of the kata when they didn't have that test
After the attempt i self though "Damn, that could be recursive" lmao