Week 18
Code of Hanzo -- Home
HW Review: freecodecamp
HW Review:
tic_tac_toe.html
-- fix reset function (without looping = clear td's with getElementById on each cell)
HW Review:
tic_tac_toe.html
-- refactor reset function (WITH looping = clear td's on each cell)
tic_tac_toe.html
: function to check for a win
tic_tac_toe.html
: function to check for a stalemate