restructured
This commit is contained in:
@@ -24,8 +24,8 @@
|
|||||||
}
|
}
|
||||||
function build() {
|
function build() {
|
||||||
myArray.forEach((item, index) => {
|
myArray.forEach((item, index) => {
|
||||||
adder(item, index, 0)
|
adder(item, index, 0);
|
||||||
})
|
});
|
||||||
}
|
}
|
||||||
function adder(name, index, counter) {
|
function adder(name, index, counter) {
|
||||||
const tr = document.createElement("tr");
|
const tr = document.createElement("tr");
|
||||||
|
|||||||
Reference in New Issue
Block a user