If you are a total beginner to the BATTLE-OF-JS-TERMS game, I would suggest to get familiar first with the traditional Tic-Tac-Toe game, a.k.a. Paper, Scissors & Rock. The logic behind the game is quite similar. After clickling on start, you will have the option to choose from five different JavaScript terms. The bot will choose randomly an opposite term, which will win or loose against the user's term or it might be a tie if it is the same term. The bot's choice is displayed on the top of the main game screen. The result of the battle is displayed in the middle of the main game screen. You can win the game if you manage to reach 10 points displayed in the scoreboard below the main game screen.
It was my first project during the Ironhack Web Development Bootcamp (Berlin Campus).