I want to write into table, specifically the top row and the left columns like in chess where there are A1, A2, etc. How do I write into table rows[i].cells[j].--- . I'm just struggling with trying to write into table.
document.getElementById("Table").rows[i].cells[j]. ??? ;
Hey guys, so it's solved now. I use .textContent.