Closed krishna050702 closed 1 year ago
Name | Link |
---|---|
Latest commit | 5137c80523db1ac92292e85e943dfddca77452c1 |
Latest deploy log | https://app.netlify.com/sites/frontend-database/deploys/65229a8911e3ed0008495943 |
Deploy Preview | https://deploy-preview-36--frontend-database.netlify.app/projects/typing_game |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Hey there! I've created a report for the pull request. Let's dive in!
ProjectList.json
file.app.js
file for the Typing Speed Game.index.html
file for the Typing Speed Game.style.css
file for the Typing Speed Game.No suggestions provided.
No bugs found.
app.js
file, consider using more descriptive variable names instead of main
, typeArea
, and btn
.app.js
file, consider extracting the array of words into a separate file for better organization and reusability.app.js
file, consider using const
instead of let
for the randText
variable in the play
function.app.js
file, consider using template literals instead of concatenation in the end
function to improve readability.app.js
file, consider adding error handling for cases where the user input does not match the expected format.I would rate the code a 7 out of 10 based on the following criteria:
That's it for the pull request report! Let me know if you need any further assistance. Have a great day!
You can also checkout our Idea-Arca, the project idea bank for any languages, for open-source contributions.
Happy Contributing season! Keep up the good work!
Describe your change:
Checklist:
ATTACH SCREEN-SHOTS