Skip to content

Instantly share code, notes, and snippets.

@AnuragMishra
Created February 21, 2012 19:25
Show Gist options
  • Save AnuragMishra/1878318 to your computer and use it in GitHub Desktop.
Save AnuragMishra/1878318 to your computer and use it in GitHub Desktop.
Minification of Array.prototype.slice
​var s = Array.prototype.slice;
s.apply(foo);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment