I am generating the elements of the a table using this method
let newRow = tbody.insertRow(); newRow.innerHTML = "";
However, how w