questions does not matter at all
This commit is contained in:
parent
e76d0fdcd1
commit
1a3478e68d
|
@ -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();
|
||||||
|
|
Loading…
Reference in a new issue