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.
great!
You're probably misreading the logs.
A similar problem with TypeScript - the ide code returns false as expected by the test, but the error message says that the value is true.
Post your code, we can't see it otherwise. Follow the guidelines in the link we gave you.
As we said, the tests are fine. Your word about your code being fine is not good enough.
I've checked my code twice or more to be sure about what am I doing wrong but nothing.
So if tests are okay, what should my code return for this array false or true?
The assetion itself is under "should return false if walk does not bring you back to start" cases and guess what my code does?
It returns false because it is false.
There is the actual test case that doesn't work for me so what can I add to my issue to make it more 'substantial'?
No there's no issue. Do you actually return the result? Please don't raise an issue without any substantial argument (logs, tests cases obviously false, code correct checked et rechecked...). See if this can help: https://docs.codewars.com/training/troubleshooting/.
There is no issue with the tests, read this: https://docs.codewars.com/training/troubleshooting/
This comment is hidden because it contains spoiler information about the solution