質問編集履歴

1

誤字

2019/04/03 12:12

投稿

oika77
oika77

スコア184

test CHANGED
File without changes
test CHANGED
@@ -52,19 +52,15 @@
52
52
 
53
53
  yoko=Math.floor(Math.random()*(number_of_mines+1));
54
54
 
55
- document.write(yoko+","+tate,i+"<br>");
55
+
56
56
 
57
57
  if(cell[yoko][tate]!=-1){
58
58
 
59
59
  cell[yoko][tate]=-1;
60
60
 
61
- document.write("これから<br>");
62
-
63
61
  }
64
62
 
65
63
  else{
66
-
67
- document.write("入ったよ<br>");
68
64
 
69
65
  i--;
70
66