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.
Looking at it now, I'd say you're right. '==' does indeed return a boolean.
There's no specific reason for explicitly stating true/false here. Just a rookie mistake that I never bothered to correct.
You can still submit it, but you'll have to rename your function to get it to pass.
Ruby tests and submission evaluation should use 'convert_temp' rather than 'convertTemp'.
Same here. Both example arrays in the introduction and all three test cases will pass with my solution, but I am receiving an error on submission.