Try the following exercises in the browser.
-
Write a function to swap the values at two different indicies in an array.
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.