Skip to content

Instantly share code, notes, and snippets.

View YuilTripathee's full-sized avatar

Yuil YuilTripathee

View GitHub Profile
const totalTypes = {
VIEWS: 2,
READS: 3,
FANS: 5
};
const getTotal = tableColumn =>
[
...document.querySelectorAll(
`td:nth-child(${tableColumn}) > span.sortableTable-number`