Update script.js

This commit is contained in:
Víctor Martínez 2020-07-30 18:47:04 +02:00 committed by GitHub
parent 32dc7bd167
commit 36ca775089
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -225,7 +225,7 @@ function startGame(username) {
setTimeout(() => {
flipCards(imgDivArray);
}, 3000);
}, 5000);
}
function isGameEnd(discoveredCards, cards) {
@ -315,4 +315,4 @@ let scoreContainer = document.getElementById("score-container")
scoreToggle.addEventListener("click", () => {
scoreContainer.classList.toggle("fade-toggle")
})
})