Rzęby tabeli JavaScript Count

var rowCount = document.getElementById('myTableID').rows.length;
Kriss Sachintha