Skip to content

Instantly share code, notes, and snippets.

@yoko
Created April 14, 2010 08:45
Show Gist options
  • Save yoko/365602 to your computer and use it in GitHub Desktop.
Save yoko/365602 to your computer and use it in GitHub Desktop.
Array.prototype.flatten = function() {
return this.join().split(',');
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment