Skip to content

Commit

Permalink
changed func
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanLiVa committed Apr 23, 2024
1 parent 607f38c commit 7b2149c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/games/evGame.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ const isEven = (count) => {
}
return undefined;
};
const userName = greeting('Answer "yes" if the number is even, otherwise answer "no".');
const askNumberQuestions = () => {
const userName = greeting('Answer "yes" if the number is even, otherwise answer "no".');
let i = 0;
while (i < 3) {
const question = Math.floor(Math.random() * 100);
Expand Down

0 comments on commit 7b2149c

Please sign in to comment.