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.
Yeah I know that title() doesn't work with apostrophes but why would I loop through the string and capitalize, that would be inefficient
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
[[3, 12], [4, 12], [1, 12]] should equal [[24, 84], [28, 84], [7, 84]]
I have a problem with the tests that already have the same denominator. How do I determine what the new denominator should be? Also, shouldn't [3, 12] be equal to [21, 84]?