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.
Underrated Solution.
It's like that in all Python katas,
Actual should equal Expected
.What? Then what's the error there?
Note that the difference between
true
andTrue
is already in the description:For python this error message:
"When we pass in true, we want the string "true" as output: 'true' should equal 'True'"
could be a little more clear that the expected output is specifically with a capital T or F.
For esample instead of 'true should equal True', perhaps 'True should equal True' or 'true should equal true'
Same, instructions are not specifict as to what should be returned in JS