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.
This comment is hidden because it contains spoiler information about the solution
Then you didn't understand what to do.
From what i understand, you can't start from n and go to n and n again, so here's what i did:
if (walk[0]===walk[1]){return false;}
You can see other solutions in Solutions section, please, don't post solutions in Discourse. About your question, yes, there is.
This comment is hidden because it contains spoiler information about the solution
If you're filling a huge array or printing too much to the console, or have some infinite loop, that's your code's problem, not a kata issue.
Please read this: https://docs.codewars.com/training/troubleshooting
I don't get it, it doesn't give an error that I failed to get a multiple, it says "Max Buffer Size Reached (1.5 MiB)".
That path won't take you back to the starting point:
This comment is hidden because it contains spoiler information about the solution
Read this: https://docs.codewars.com/training/troubleshooting#print-input
When attempting, and it fails, how do i know which array was tried, so i can know what was wrong. Is it possible?
I dont understand the fourth test. It's length is 10 so it's ten minutes, there for true. I don't get it.