Skip to content

Instantly share code, notes, and snippets.

@to
Created April 22, 2012 22:22
Show Gist options
  • Save to/2467294 to your computer and use it in GitHub Desktop.
Save to/2467294 to your computer and use it in GitHub Desktop.
Array.prototype.stack
Array.prototype.stack = function(array){
this.push.apply(this, array);
}
@to
Copy link
Author

to commented Apr 22, 2012

破壊的なconcat。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment