Gaming Characters Quiz

By admin
Published on:
Gaming Characters Quiz Restart Quiz let currentQuestion = 0; let score = 0; const quizContainer = document.getElementById("quiz"); const restartBtn = document.getElementById("restart-btn"); const scoreDisplay = document.getElementById("score"); function showQuestion() { const q = questions[currentQuestion]; let html = ` ${currentQuestion + 1}. ${q.question} `; html += ' '; q.options.forEach((opt, i) => { html += `${opt}`; }); html += ...











