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 have never encountered this way of defining functions, it's confusing... Where is the parameter? how do you call such function? Can someone pls come to my aid? Thank you..
Can you pls take a look @ my code?
My code passed the example test but failed the random test even though it's giving the correct result on my system. For example, this test is meant to be false, 'Pack my box with five dozen liquor jugs.', but the random test is expecting true. Does anyone know where I might have gotten it wrong?
Don't feel bad if you are a beginner I think it's most important to learn how to solve problems first before learning how to solve with a clever solution. Welldone and keep going!
Smart!!
Welldone, I never knew you can chain multiple cases with ternary operator
My code passed the task test but fails the random test, where could I have gone wrong?