We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfa2182 commit a9d808aCopy full SHA for a9d808a
index.js
@@ -41,7 +41,7 @@ const handleAnswer = (userAnswer, correctAnswer, userName, correctAnswersCount)
41
};
42
43
// brain-even
44
-export const playGame = () => {
+export const playGameEven = () => {
45
const userName = greeting();
46
let correctAnswersCount = 0;
47
// Поясняем смысл
0 commit comments