Skip to content

Commit

Permalink
Solutin
Browse files Browse the repository at this point in the history
  • Loading branch information
RostyslavSharuiev committed Aug 9, 2024
1 parent c231c85 commit 7060205
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ const BULLS = 4;

const numberToGuess = generateRandomNumber();

console.log(numberToGuess);

const handleUserInput = (userInput) => {
if (!checkIsValidUserInput(userInput)) {
console.log('You enter a non-valid number. Try again.\n');
Expand Down

0 comments on commit 7060205

Please sign in to comment.