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.
Clever usage of max and min!
thank you
such a impressive solution! I can tell your level of js is gooood!
Done pretty much the same, but for each value seperately.. Nice one!
Nice one. I pretty much had the same approach, but I split the modification of the min and max values in 2 map methods. That simplifies the min-max logic for the reader imo.
there's a padStart method?? awesome!
Wow I like how cleverness of this solution does not kill the readability.
Bravo!