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.
Interesting kata! Actually, I can rarely say this, but it's pretty simple, in my opinion. Maybe I took not the most effiecient way to solve it, but it's straightforward.
2 hours 😅
This was an interesting problem. I took a longer, slower path, writing down the logical process on a paper.
Yes, read this: https://docs.codewars.com/training/troubleshooting/
Solving this using JS. Pass the the basic tests. Then when I hit "Attempt", I pass all of the 50 random tests but fail the basic test that wasn't there before. The new basic test is expected '0' to equal ''. I adjusted my code to address this too, but the test issue persists. The code works as intended in the firefox console. Any suggestions for the beginner?