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.
when u(x) = 9
y = 2x9+1 = 19
z = 3x9+1 = 28
but in test cases z = 27
same goes when u(x) = 19
'z' should be 58 instead test cases fails saying it should be equal to 57
it's for the coders
Just make sure your password don't have space or semicolon or some other special characters.
Unhandled rejection TestError: characters may not be adjacent - Expected: 2, instead got: 3
eveything passed but it's giving me error on this example which i don't even know what it is.
i tried to remove spaces with text=text.split(" ").join(""); but it's still giving me an error.
Any suggestions ?