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.
I like how you "converted" the list to a tuple
UGH, Codewars needs to fix this 500+ solution locking. I'm sick of starting Katas only to quickly learn I can't submit a solution because it's broken and CAN NOT BE FIXED.
This is why people think regular expressions are hard...
Just did a blue 4kyu, while at 3kyu, and got 1 honor...shouldn't it be 5?
fastest != best != best practice
This comment is hidden because it contains spoiler information about the solution
Is there a trick to getting the expectError to pass? I've tried throwing, returning new Error, return a function that throws...nothing seems to work.
Test.expectError('End of sequence error expected', seq.next);