Checkerboard programming
Hello world
White on the right
Equal parts
Zebra cross
Stepping up
A proper checkerboard
The striped checkerboard
The thick-striped checkerboard,
Favicon
Hourglass
The box
Aim well
Squaring the spiral
Rhombusboard
Squarizza
Squarizza rearranged
Snakes and ladders
Rounding corners
Aim well again
Revenge of the sine
Infinite fun
Smells fishy
Do not blame it on the sunshine
Do not blame it on the moonlight
Do not blame it on the good times
Making waves
Yin and yang
Spiraling into control
Friendly spirals
Recursive joy
Sierpiński carpet
Mandelboard

Hello world

Hi!
In this game you will write javascript code to color checkerboards according to specified patterns.
All the squares start out gray, and you color them by placing

"white"
or
"black"
in the nested array
board
.
In this first problem, you are required to color the board entirely black.

Hints look like this (and will contain spoilers!)

function draw_checkerboard(board) {
for (var row = 0; row < 8; row++) {
for (var col = 0; col < 8; col++) {
}
}
}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX