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.
Nice usage of IIFE and comma operator.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Elegant readable solution showing how useful recursion can be.
Nice solution, very readable.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Ain't that a beauty!
Excellent kata.
This comment is hidden because it contains spoiler information about the solution
Regexp as a separator in split, that's magic!
This comment is hidden because it contains spoiler information about the solution
This function doesn't perform complete freeze.
Object.keys(object)
lists only own enumerable properties, leaving behind the non-enumerable ones. For example:Why not?
Nice, looks like efficient code.
Loading more items...