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.
same issue. the correct output should be [1,2,3,4] not [1,0]
edit: (javascript)
This comment is hidden because it contains spoiler information about the solution
I have, none that I can find. I even copied the expected/received output to my text editor and double checked.
great kata, thanks! Not sure if I'm missing something, but I appear to be getting the correct output and the test is failing (javascript):
Expected: □ ■ □ ■
■ □ ■ □
□ ■ □ ■
■ □ ■ □, instead got: □ ■ □ ■
■ □ ■ □
□ ■ □ ■
■ □ ■ □
I can't identify any difference between the expected and received outputs. I'm sure I messed up somewhere, but wanted to post this in case I found a bug. Any suggestions or feedback would be great :)