Skip to content

NumberGuessingGame#19

Open
SvetlanaBeynik wants to merge 1 commit into
Code-the-Dream-School:mainfrom
SvetlanaBeynik:main
Open

NumberGuessingGame#19
SvetlanaBeynik wants to merge 1 commit into
Code-the-Dream-School:mainfrom
SvetlanaBeynik:main

Conversation

@SvetlanaBeynik
Copy link
Copy Markdown

done

Copy link
Copy Markdown

@viniciuspietscher viniciuspietscher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great job Svetlana! 💯 🥇
Just need to update the function handleGuess to set the latest guess to be able to get the hints during the game.

Comment thread src/GuessControl.js
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great job!!! 💯 🥇

Comment thread src/NumberGuessingGame.js

function handleGuess(guess) {

(Number(guess));
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great job! Here we need to setLatestGuess(Number(guess)) otherwise we don't get the hints!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants