diff --git a/oppgaver/uke6/8ball/controller.js b/oppgaver/uke6/8ball/controller.js index 03ff5ec..e45e38a 100644 --- a/oppgaver/uke6/8ball/controller.js +++ b/oppgaver/uke6/8ball/controller.js @@ -5,7 +5,7 @@ function pickRandomAnswer(){ randomAnswer = randomAnswersArrary[Math.floor(Math.random() * randomAnswersArrary.length)] htmlAnswer = /*HTML*/ ` -
Question: ${question}

+
Your question: ${question}, does not matter

Answer: ${randomAnswer}
`; clearScreen();