🚧 Added winner-screen
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
export let question_index: string;
|
||||
let data_store = {};
|
||||
|
||||
|
||||
const question = game_data.questions[parseInt(question_index)].answers;
|
||||
for (let i = 0; i < question.length; i++) {
|
||||
console.log(question[i].answer, 'HI!!!');
|
||||
|
||||
Reference in New Issue
Block a user