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.
I think the description is not complete. It should be written what is the depth of the object. There should be more examples.
I thought that the depth of this object
{a: {b: {d: 1}}, f: {t: 2}}
(for example) is 4, but then I realized, that the goal of this kata is to find the max depth of the object.THE BEST SOLUTION EVER!!!