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

Incorrect tag in app.js source code for the memory game #39

Open
JMcbeath1966 opened this issue Dec 17, 2022 · 0 comments
Open

Incorrect tag in app.js source code for the memory game #39

JMcbeath1966 opened this issue Dec 17, 2022 · 0 comments

Comments

@JMcbeath1966
Copy link

Source code on line 56 as follows: const grid = document.querySelector('.grid')

This should read: const grid = document.querySelector('#grid')

.grid should be #grid for the code to run correctly and match the tutorial

Arka2708 added a commit to Arka2708/memory-game that referenced this issue May 21, 2023
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