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.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Thank you for the explaination! There are built in functions for solving this problem but you gave us the alternative to solving this the longer way which is also very straightforward and might be asked of us in an interview. I was trying to solve it this way but I mistakenly made my variable smallestNum = args[i][0] and then tried to compare the value to agrs[i]. Thank you for helping me understand what I did wrong.
This comment is hidden because it contains spoiler information about the solution