Skip to content

Instantly share code, notes, and snippets.

@brendanashworth
Last active August 29, 2015 14:07
Show Gist options
  • Save brendanashworth/6696b6a45a3b78e474ad to your computer and use it in GitHub Desktop.
Save brendanashworth/6696b6a45a3b78e474ad to your computer and use it in GitHub Desktop.
var foo = 10; // any value works
foo.__proto__.test = function() {
console.log("Success");
};
foo.test();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment