Skip to content

Commit bc235d4

Browse files
committed
jamesqquick#7 ISSUE RESOLVED
1 parent 91c5022 commit bc235d4

File tree

1 file changed

+1
-1
lines changed
  • 12. Create a Spinning Loader

1 file changed

+1
-1
lines changed

12. Create a Spinning Loader/game.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ fetch(
2727
};
2828

2929
const answerChoices = [...loadedQuestion.incorrect_answers];
30-
formattedQuestion.answer = Math.floor(Math.random() * 3) + 1;
30+
formattedQuestion.answer = Math.floor(Math.random() * 4) + 1;
3131
answerChoices.splice(
3232
formattedQuestion.answer - 1,
3333
0,

0 commit comments

Comments
 (0)