Skip to content

Instantly share code, notes, and snippets.

@brianswisher
Created December 12, 2015 18:05
Show Gist options
  • Select an option

  • Save brianswisher/f89d68e5e68f1fccb152 to your computer and use it in GitHub Desktop.

Select an option

Save brianswisher/f89d68e5e68f1fccb152 to your computer and use it in GitHub Desktop.
ToArrayJS
function toArray(collection){
return Array.prototype.slice.call(collection, 0);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment