Skip to content

Instantly share code, notes, and snippets.

@twalker
Created August 10, 2014 05:09
Show Gist options
  • Save twalker/ace4b0f57d50cdf0cc26 to your computer and use it in GitHub Desktop.
Save twalker/ace4b0f57d50cdf0cc26 to your computer and use it in GitHub Desktop.
// create an array from arrayish lists
function arrayFrom(nodelist){ return [].slice.call(nodelist); }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment