diff --git "a/Project/\340\244\270\340\245\215\340\244\256\340\244\260\340\244\243\340\244\266\340\244\225\340\245\215\340\244\244\340\244\277 \340\244\256\340\244\276\340\244\252\340\244\250 \340\244\226\340\245\207\340\244\262/index.js" "b/Project/\340\244\270\340\245\215\340\244\256\340\244\260\340\244\243\340\244\266\340\244\225\340\245\215\340\244\244\340\244\277 \340\244\256\340\244\276\340\244\252\340\244\250 \340\244\226\340\245\207\340\244\262/index.js" index 5e98349..b5bb1bd 100644 --- "a/Project/\340\244\270\340\245\215\340\244\256\340\244\260\340\244\243\340\244\266\340\244\225\340\245\215\340\244\244\340\244\277 \340\244\256\340\244\276\340\244\252\340\244\250 \340\244\226\340\245\207\340\244\262/index.js" +++ "b/Project/\340\244\270\340\245\215\340\244\256\340\244\260\340\244\243\340\244\266\340\244\225\340\245\215\340\244\244\340\244\277 \340\244\256\340\244\276\340\244\252\340\244\250 \340\244\226\340\245\207\340\244\262/index.js" @@ -1,4 +1,4 @@ -const cards = document.querySelectorAll(".card") +const cards = document.querySelectorAll(".card"); // variables var isFlipped = false; diff --git a/changes.patch b/changes.patch new file mode 100644 index 0000000..562400c Binary files /dev/null and b/changes.patch differ