• Test is failed for count-neighbours

 

I would like to give some feedback about ...

From: https://js.checkio.org/mission/count-neighbours/solve/

HTTP_USER_AGENT:

Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36

Test is failed with error TypeError: Cannot read property '3' of undefined, at ClientLoop.countNeighbours (evalmachine.:9:60), at ClientLoop.cover [as coverCode] (evalmachine.:4:17), Fail: countNeighbours([[[1,0,1,0,1],[0,1,0,1,0],[1,0,1,0,1],[0,1,0,1,0],[1,0,1,0,1],[0,1,0,1,0]],5,4]) the value [[[1,0,1,0,1],[0,1,0,1,0],[1,0,1,0,1],[0,1,0,1,0],[1,0,1,0,1],[0,1,0,1,0]],5,4] looks strange in scope of the task

1