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.
Yes, I got it.
Thank you very much man
What does this have to do with "Calculate BMI"?
What does this mean in the sample test?
test.assert_equals (array_plus_array ([1, 2, 3], [4, 5, 6]), 21)
test.assert_equals (array_plus_array ([- 1, -2, -3], [-4, -5, -6]), -21)
test.assert_equals (array_plus_array ([0, 0, 0], [4, 5, 6]), 15)
test.assert_equals (array_plus_array ([100, 200, 300], [400, 500, 600]), 2100)