Skip to content

Instantly share code, notes, and snippets.

View trgtanhh04's full-sized avatar
๐Ÿ…
Focusing

trgtanhh04

๐Ÿ…
Focusing
View GitHub Profile
@trgtanhh04
trgtanhh04 / avg.js
Created August 2, 2024 06:31 — forked from shivaluma/avg.js
Tinh diem trung binh hcmus
// 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;