質問編集履歴

1

エラー内容の記載

2020/11/19 10:23

投稿

hanayama
hanayama

スコア11

test CHANGED
File without changes
test CHANGED
@@ -89,3 +89,23 @@
89
89
  });
90
90
 
91
91
  ```
92
+
93
+
94
+
95
+ #エラー内容
96
+
97
+ ```
98
+
99
+ Uncaught TypeError: Cannot read property 'push' of undefined
100
+
101
+ at HTMLInputElement.<anonymous> (check.js:18)
102
+
103
+ at HTMLInputElement.fn (event.js:84)
104
+
105
+ at HTMLInputElement.dispatch (event.js:328)
106
+
107
+ at HTMLInputElement.elemData.handle
108
+
109
+ ```
110
+
111
+ pushがうまくいってないみたいです。