Skip to content

Instantly share code, notes, and snippets.

@Yuffster
Last active June 4, 2018 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Yuffster/d428cc3eee65d275a2a74dc38c327225 to your computer and use it in GitHub Desktop.
Save Yuffster/d428cc3eee65d275a2a74dc38c327225 to your computer and use it in GitHub Desktop.
Array.prototype.smoosh = (...a) => 'arbitrary extension yay';
Array.prototype.map = (...a) => 'native overload boo';
for (let i in []) console.log(i); // only smoosh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment