This is the famous game of TicTacToe that is developed using standard JavaScript.
- Download these files to your computer and extract the zip file.
- Open up js/beginner.js in your text editor.
- Replace each comment (denoted by the
//
symbol) with the appropriate code. - After each direction is followed, open up index.html in your browser and the game should run.