Skip to content

Instantly share code, notes, and snippets.

@premasagar
Created June 3, 2012 15:08
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 premasagar/2863854 to your computer and use it in GitHub Desktop.
Save premasagar/2863854 to your computer and use it in GitHub Desktop.
var arrayMethods = {};
Object.getOwnPropertyNames(Array.prototype).forEach(function(methodName){
arrayMethods[methodName] = Array.prototype[methodName];
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment