Week 16
Code of Hanzo -- Home
HW Review: freecodecamp
tic_tac_toe.html
: Event Listener on the table + event propagation
tic_tac_toe.html
: control flow with conditional of
var turn
into playing "X" or "O"
tic_tac_toe.html
: change textContent and add styling into functions for playing "X" or "O"
Bonus With Time Permitting:
tic_tac_toe.html
: fix reset function (without looping = clear td's with getElementById on each cell)