This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>javasc</title> | |
| <link rel="stylesheet" href="style.css" /> | |
| </head> | |
| <body> | |
| <div id="timeContainer"> | |
| <div id="timeDisplay">00:00:00</div> | |
| <button id="startButton" class="timerButton">Start</button> | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | class Start { | |
| constructor() { | |
| this.playerName = "Player"; | |
| this.botName = "BOT"; | |
| this.playerOption; | |
| this.botOption; | |
| this.winner = ""; | |
| } | |
| get getBotOption() { | |
| return this.botOption; |