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

JavaScript code debugging: #17

Open
kelwilson opened this issue Jun 18, 2022 · 0 comments
Open

JavaScript code debugging: #17

kelwilson opened this issue Jun 18, 2022 · 0 comments

Comments

@kelwilson
Copy link
Collaborator

caught and fixed two bugs

  • caught a bug on line 17 of your mobile nav code, a typo error, it's supposed to be 'touchstart' in the event listener but it was 'touchstarte'. so I had to remove the extra 'e'

  • caught a second bug on line 20, it was supposed to be 'touchend' but it was 'touchended', had to remove the extra 'ed'

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

No branches or pull requests

1 participant