回答編集履歴

1

コードの誤字の修正

2020/05/20 01:15

投稿

todayyy
todayyy

スコア31

test CHANGED
@@ -52,13 +52,13 @@
52
52
 
53
53
 
54
54
 
55
- object2.push(result2.count);
55
+ objectB.push(result2.count);
56
56
 
57
57
  }
58
58
 
59
59
 
60
60
 
61
- alert(object2);
61
+ alert(objectB);
62
62
 
63
63
  })
64
64