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 fcc86d4 commit 1a44f5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/games/primeGame.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const findPrime = () => {
return;
}
}
console.log(`Congratulations, ${userName} !`);
console.log(`Congratulations, ${userName}!`);
};

export default findPrime;
Expand Down
2 changes: 1 addition & 1 deletion src/games/progGame.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const findNumProg = () => {
return;
}
}
console.log(`Congratulations, ${userName} !`);
console.log(`Congratulations, ${userName}!`);
};

export default findNumProg;

0 comments on commit 1a44f5a

Please sign in to comment.