-
Notifications
You must be signed in to change notification settings - Fork 83
testing_exercise #32
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
base: master
Are you sure you want to change the base?
testing_exercise #32
Conversation
|
Completed required sections of the recursion exercises. Still working on the bonus material. Please review. Thank you |
| intervalId; | ||
| document.addEventListener("keyup", function(e) { | ||
| if(gameOn){ | ||
| if(e.keyCode === expectedKeysMap[expectedKey]){ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is a bug where my score gets decreased when I press a space bar. It might be related to this code
| @@ -1,42 +0,0 @@ | |||
| <!DOCTYPE html> | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure why this file is getting deleted. Was there something wrong with the git commit?
| @@ -1,87 +0,0 @@ | |||
| body { | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here, this shouldn't be getting deleted.
Please review. Thank you!