This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// tinh diem trung binh hcmus, vao trang diem va paste vao console. | |
// khong tinh anh van, quoc phong, the duc va nhung mon rot | |
var tinchi = document.querySelectorAll("td:nth-child(3)"); | |
var monhoc = document.querySelectorAll("td:nth-child(2)"); | |
var diem = document.querySelectorAll("td:nth-child(6)"); | |
var tongdiem = 0, | |
tongtinchi = 0; |