質問編集履歴

1

不要部分の削除

2021/10/11 07:53

投稿

yukalino
yukalino

スコア4

test CHANGED
File without changes
test CHANGED
@@ -136,7 +136,7 @@
136
136
 
137
137
  $(this).children('div').eq(2).remove(); //配列n個目削除
138
138
 
139
- const insetClass = ['','xxx', 'yyy', 'zzz'];
139
+ const insetClass = ['xxx', 'yyy', 'zzz'];
140
140
 
141
141
  for (let i=0; i<insetClass.length; i++){
142
142