Week 17
Code of Hanzo -- Home
HW Review: freecodecamp
HW Review:
Tic Tac Toe
styling
HW Review:
Tic Tac Toe
scoreboard
tic_tac_toe.html
: fix reset function (without looping = clear td's with getElementById on each cell)
tic_tac_toe.html
: refactor reset function (WITH looping = clear td's on each cell)
tic_tac_toe.html
: function to check for a stalemate
Bonus With Time Permitting:
tic_tac_toe.html
: function to check for a win