I am creating a checkers game in js. I have an 8x8 array, where 0 corresponds to an empty cell, 1 to a white checker, 2 to a black checker. Looping through this array, I cre