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.
Happy to help! :)
Thank you very much!
That is correct. Because order of multiplication doesn't matter, the product of the sorted numbers is the same as the product of the unsorted.
Would I just multiply all the number together? Thank you!
You don't need to sort the values beforehand and you're not getting the last value sorted anyway (i<x.length-1 should be i<x.length).