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.
what's the logic behinde chars[i]>1 in the last for_loop!?
thanks
This comment is hidden because it contains spoiler information about the solution
will it work then if we add a function to sort? to be sorted numericaly?!
sides.sort((a,b)=> a>b ? 1: -1);
i think thats too much code to get the result! dont you also agree??