We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fcb2ca commit 15a41eeCopy full SHA for 15a41ee
Snake Game/script.js
@@ -1,3 +1,4 @@
1
+//Dom
2
const playBoard = document.querySelector(".play-board");
3
const scoreElement = document.querySelector(".score");
4
const highScoreElement = document.querySelector(".high-score");
0 commit comments