protected reset()

in src/app/quiz/quiz.component.ts [141:144]


  protected reset() {
    this.score.set(0);
    this.currentTranslationIndex.set(0);
  }