質問編集履歴
1
誤字
test
CHANGED
File without changes
|
test
CHANGED
@@ -118,7 +118,7 @@
|
|
118
118
|
|
119
119
|
function rollEye() {
|
120
120
|
|
121
|
-
const eyes = [square[
|
121
|
+
const eyes = [square[4].textContent = "●"],[square[0].textContent = "●",square[8].textContent = "●"];
|
122
122
|
|
123
123
|
timeId = setInterval(() => {
|
124
124
|
|