This website works better with JavaScript
Home
Explore
Help
Sign In
Volddemar4ik
/
homework
Watch
1
Star
0
Fork
0
Files
Issues
20
Pull Requests
0
Wiki
Browse Source
HW13 done
Volddemar4ik
2 years ago
parent
2cff4cac86
commit
661d521723
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
js/13/HW13.js
+ 1
- 0
js/13/HW13.js
View File
@@ -155,6 +155,7 @@ const createTable = () => {
row.append(col)
}
}
+ return table
}
createTable()