const rows = document.querySelectorAll("table > tbody > tr"); // OR const Allrows = document.querySelectorAll("tr");