回答編集履歴

1

バグ修正

2018/02/08 12:49

投稿

turbgraphics200
turbgraphics200

スコア4269

test CHANGED
@@ -4,8 +4,8 @@
4
4
 
5
5
  not_specified.labels[0].textContent = 'hoge';
6
6
 
7
- boy.label[0].textContent = 'fuga';
7
+ boy.labels[0].textContent = 'fuga';
8
8
 
9
- girl.label[0].textContent = 'piyo';
9
+ girl.labels[0].textContent = 'piyo';
10
10
 
11
11
  ```