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`
@YuilTripathee
YuilTripathee / createGoEchoFileServer.md
Last active July 8, 2020 09:59
GO - Create a file sending server via HTTP - Echo

Create a file server using Go - Echo