回答編集履歴

1

不要な部分削除

2018/12/06 02:12

投稿

shou6
shou6

スコア305

test CHANGED
@@ -98,7 +98,7 @@
98
98
 
99
99
 
100
100
 
101
- nodeList.forEach(async _node => {
101
+ nodeList.forEach(_node => {
102
102
 
103
103
  const class_name = _node.className
104
104