• Hi,
    reset is a reserved function name. Try a different argument name like this

    E.showPrompt("Reset the score\nto 0-0?").then( (res) => {
          if (res) {
            this.game.resetScore();
          }
          this.activateGameButtons();
        });
    
About

Avatar for Raik @Raik started