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.
There is no bug in the tests, there is one in your code though.
There's a bug in test, for this input [ [ 45, 12 ], [ 55, 21 ], [ 19, -2 ], [ 104, 20 ] ], we got
expected [ 'Open', 'Open', 'Open', 'Open' ] to deeply equal [ 'Open', 'Senior', 'Open', 'Senior' ]
But [55,21] and [104,20] for Senior.
The issue regarding that might have been fixed.
Wow. I dont know. I tried this on my work laptop a few hours ago, and it did not work. Strange. Now it works.
It does work for me? How exactly it does not work for you?
This comment is hidden because it contains spoiler information about the solution