Volddemar4ik 2 年 前
コミット
661d521723
1 ファイル変更1 行追加0 行削除
  1. 1 0
      js/13/HW13.js

+ 1 - 0
js/13/HW13.js

@@ -155,6 +155,7 @@ const createTable = () => {
             row.append(col)
         }
     }
+    return table
 }
 createTable()