Showing how I get to the solution for the Minesweeper challenge using Javascript on Code Signal.
00:00 Intro (Question)
00:50 1 liner solution
01:50 Looping through the matrix
04:00 Explaining board[x][y] = 0
05:30 Above
06:32 Debugging
08:11 Below
08:32 Left
09:04 Right
09:30 Top Left
10:05 Top Right
10:36 Bottom Left
11:00 Bottom Right
11:30 All Test Passed
12:00 Final Solution