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.
cheeky
it's amazing O.o
I've the same problem :(
Thank you very much for your response! I will read! Thanks you!
Please evaluate out of bounds of the maze in your code.
Hi there. Your code is not checking if the move is out of bounds of the maze
Hi, just curious, but what exactly is the
undefined
object for which the property3
cannot be read? (because this produces the error) I have not done this kata in JS, but it seems like you're trying to find the number 3 in something that can't or doesn't contain the numebr 3 . . . could that be the case?This comment is hidden because it contains spoiler information about the solution
Same Issue. I've tested multiple times with no mention of any "3" in my code.
Hey, it's a bit hard to understand the code and it's in poor format (check this link). But I managed to change the last few lines to make it work. Your check for Finish isn't always correct.
You can try to use
console.log()
at beginning of function to see the maze, directions and read the error messages below to see which one failed.More info about troubleshooting your solution HERE. Good luck!
This comment is hidden because it contains spoiler information about the solution
Hello russia