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 is not currently reproducible, likely due to a change in either the code runner or the test framework
I can't submit my answer although it says all test cases passes...
--- Edit: found out why.
I'm getting the same issue with your solution, which is strange. I need to sit with your solution for a minute and see wha might be going on there, but I fear it might be something wierd on codewar's end.
Yeah I know it's just for testing :), now fixed and working, test cases seems works too. Thx for your effort.
Yes it's right your solution passes without new lines, and now I've changed that. But have you tried console.logging your string? It does not look like a chessboard. That's why it fails the 8x3 check.
This comment is hidden because it contains spoiler information about the solution
Do you mean you can't submit your final answer? Does it past all test cases when you click, "Submit Suite?" If not which tests does your solution fail? Feel free to post your code here and mark it spoiler content.
All test cases looks green but can't submit my answer. Maybe my code is wrong but in that case, test cases shouldn't say code works.
example test cases would be awesome.
It accepts board without newline characters but with newline characters it fails at first test's third option which checks 8x3 field.