回答編集履歴
1
セミコロン
answer
CHANGED
@@ -1,4 +1,4 @@
|
|
1
1
|
```
|
2
|
-
this.articles = contents.query()[1]
|
2
|
+
this.articles = contents.query()[1];
|
3
|
-
```
|
3
|
+
```;
|
4
4
|
ではどうですか?
|