Skip to content

Instantly share code, notes, and snippets.

@elsassph
Forked from edankwan/poop.js
Last active October 18, 2021 13:45
Show Gist options
  • Save elsassph/0349110f73ff208f3f01 to your computer and use it in GitHub Desktop.
Save elsassph/0349110f73ff208f3f01 to your computer and use it in GitHub Desktop.
Array.prototype.poop = function() {
this.pop();
// return nothing, it's poop
}
Array.prototype.shit = function() {
this.shift();
// return nothing, it's poop
}
@FISHARMNIC
Copy link

Amazing 🙏 🙏 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment