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 but twisted
It's a very bad practise to use variable without the "var" keyword, because it's polluting the global scope.
There are better solutions for finding the min/max value in an array.
https://www.w3schools.com/js/js_array_sort.asp
This comment is hidden because it contains spoiler information about the solution