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.
That's so wierd. Maybe I accidentally deleted some of the string, thought it was super odd 🤔
One of the tests for JS is incorrect, it reads: Test.assertEquals("toAlternatingCase".toAlternatingCase(), "sTRING.PROTOTYPE.TOaLTERNATINGcASE");
It needs updating to: "Test.assertEquals("String.prototype.toAlternatingCase".toAlternatingCase(), "sTRING.PROTOTYPE.TOaLTERNATINGcASE");"
The final tests have an issue, they give the error: undefined method `are_you_playing_banjo' for main:Object (NoMethodError)
Did you mean? areYouPlayingBanjo (In Ruby)
A few issues with this one in Ruby it seems. Needs more test cases.
Can't see where one of the tests has failed, I get: 2 passes with 'Buy' and 'Pass' then one fail...