Skip to content

Instantly share code, notes, and snippets.

@z-------------
Created April 2, 2015 16:03
Show Gist options
  • Select an option

  • Save z-------------/46f7a7eb22292d5570cf to your computer and use it in GitHub Desktop.

Select an option

Save z-------------/46f7a7eb22292d5570cf to your computer and use it in GitHub Desktop.
Array.prototype.append = function(arr){
return [].push.apply(this, arr);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment