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.
Name of function 'sum_two_smallest_numbers' made me suspicious (what if there is negative in array, or less 2 elements), re-reading the description, ok ok :)
Correct: "No floats or non-positive integers will be passed."
Correct too: "... given an array of minimum 4 positive integers"
This assumes all numbers are positive integers, and that the provided list of numbers has two items.