Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Score and Word Count Display #10 #20

Closed
wants to merge 3 commits into from

Conversation

gauravghodinde
Copy link

@gauravghodinde gauravghodinde commented Mar 15, 2024

Update Score and Word Count Display #10

Fixes: #10
I declared a variable i=0 to keep track of the correct answers and increase by 1 if the Word Entered By the user is correct and to show the score I multiplied i by 20 i*20
To reset the score fun reinitializeData() { i=0 .. } i.e set i=0 if all words are over.

###Screen Recording

chrome-capture-2024-3-15 (12)

@shreyashdelmade0744
Copy link
Contributor

Take a note that, for every issue, add "Fixes:#[issue number]".
mention in brief how you implemented the solution.

Make separate PR for each issue to get your fixes reviewed.

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

Successfully merging this pull request may close these issues.

Update Score and Word Count Display
2 participants