Skip to content

Commit 15a41ee

Browse files
committed
completed
1 parent 2fcb2ca commit 15a41ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Snake Game/script.js

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//Dom
12
const playBoard = document.querySelector(".play-board");
23
const scoreElement = document.querySelector(".score");
34
const highScoreElement = document.querySelector(".high-score");

0 commit comments

Comments
 (0)