questions does not matter at all

This commit is contained in:
Geir Okkenhaug Jerstad 2024-09-16 10:47:46 +02:00
parent e76d0fdcd1
commit 1a3478e68d

View file

@ -5,7 +5,7 @@ function pickRandomAnswer(){
randomAnswer = randomAnswersArrary[Math.floor(Math.random() * randomAnswersArrary.length)] randomAnswer = randomAnswersArrary[Math.floor(Math.random() * randomAnswersArrary.length)]
htmlAnswer = /*HTML*/ ` htmlAnswer = /*HTML*/ `
<div>Question: ${question}</div><br> <div>Your question: ${question}, does not matter</div><br>
<div>Answer: ${randomAnswer}</div> <div>Answer: ${randomAnswer}</div>
`; `;
clearScreen(); clearScreen();