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.
This comment is hidden because it contains spoiler information about the solution
Length is generally supposed to be the longer measurement so that's why (l>w) works.
Sorry for late reply, I believe it's a bug. I was just printing the output and noticed that was the "correct" answer 😅
It is because I do not think about it, I just use === everywhere to ensure I am handling the values with the expected type.