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