質問編集履歴

1

誤字

2019/10/08 09:16

投稿

asameshi
asameshi

スコア16

test CHANGED
File without changes
test CHANGED
@@ -118,7 +118,7 @@
118
118
 
119
119
  function rollEye() {
120
120
 
121
- const eyes = [square[5].textContent = "●"],[square[1].textContent = "●",square[9].textContent = "●"];
121
+ const eyes = [square[4].textContent = "●"],[square[0].textContent = "●",square[8].textContent = "●"];
122
122
 
123
123
  timeId = setInterval(() => {
124
124