Spaces:
Running
Running
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -375,7 +375,7 @@
|
|
| 375 |
function checkAnswer(correct) {
|
| 376 |
if(correct) {
|
| 377 |
score++;
|
| 378 |
-
if(score >=
|
| 379 |
showEndScreen(true);
|
| 380 |
return;
|
| 381 |
}
|
|
|
|
| 375 |
function checkAnswer(correct) {
|
| 376 |
if(correct) {
|
| 377 |
score++;
|
| 378 |
+
if(score >= 4) {
|
| 379 |
showEndScreen(true);
|
| 380 |
return;
|
| 381 |
}
|