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.
Fixed
Ok, I just needed to change my 'Perfect!' for true return to true.
Use
===
instead of==
to validate the tests.Your function should return true or false, because the author has used
==
instead of===
when you return a non empty string it's evaluated to true.I'm really confused about what the output is supposed to be. I think I am getting true/false right, but I'm not passing some of the random drawings. What does "But I'm perfect and square" error mean, when I have a true output? When others pass that are true, I return 'Perfect' and they are fine. Another message I don't understand is "Hey, no one is perfect."