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.
actually the min and max functions accept numbers and list is an array so if we pass an array it wont work thats why we use the spread operator to spread the elements of an array into individual arguments (numbers).
Did the same just diffrent variable naming
You should not put return 0, as it can be confused with examples like (18-18) or (18*0) or maybe when puyying (18/0) it is not logical that i'll get 0!.