Browse Source

HW13 done

Volddemar4ik 2 years ago
parent
commit
661d521723
1 changed files with 1 additions and 0 deletions
  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()