Skip to content

Commit a9d808a

Browse files
authored
Update index.js
1 parent dfa2182 commit a9d808a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const handleAnswer = (userAnswer, correctAnswer, userName, correctAnswersCount)
4141
};
4242

4343
// brain-even
44-
export const playGame = () => {
44+
export const playGameEven = () => {
4545
const userName = greeting();
4646
let correctAnswersCount = 0;
4747
// Поясняем смысл

0 commit comments

Comments
 (0)