Objective: Build a tic tac toe game in HTML and pure JavaScript.
This week we have been learning about writing functions, working with loops, and writing conditionals. We also learned about how to use JavaScript to interact with the DOM.
Now we're going to make a Tic Tac Toe game using all of this.