Skip to content

Instantly share code, notes, and snippets.

View FISHARMNIC's full-sized avatar
:shipit:
On vacation

Nico Q FISHARMNIC

:shipit:
On vacation
View GitHub Profile
@elsassph
elsassph / poop.js
Last active October 18, 2021 13:45 — forked from edankwan/poop.js
Array.prototype.poop = function() {
this.pop();
// return nothing, it's poop
}
Array.prototype.shit = function() {
this.shift();
// return nothing, it's poop
}