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.
could somebody explain to me what does the first line of code do? I don't quite get it, particularly, why did the author use the method "at(input.length/2)" ?
yeah, was ruby method name mismatch on the provided test case
I figure you were programming Ruby? Test cases updated!
should be alrite now
ahh Ruby, that was not added by me, let me go have a look
test method name doesn't match given method name/ submission name in ruby..
sum_two_smallest_numbers
sumToSmallestNumbers
Please provide a fiddle with your code.
the test cases provided seem to call the wrong method name.