質問編集履歴

2

{}の数を合わせた

2018/06/26 13:07

投稿

moscow3
moscow3

スコア201

test CHANGED
File without changes
test CHANGED
@@ -44,6 +44,8 @@
44
44
 
45
45
  console.log(text=="ーー")
46
46
 
47
+ }
48
+
47
49
  }
48
50
 
49
51
  rawFile.send(null);

1

コピペミスの修正

2018/06/26 13:07

投稿

moscow3
moscow3

スコア201

test CHANGED
File without changes
test CHANGED
@@ -40,6 +40,8 @@
40
40
 
41
41
  for(i=0;i<QList.length;i++){
42
42
 
43
+ text=QList[i]
44
+
43
45
  console.log(text=="ーー")
44
46
 
45
47
  }