Skip to content

Instantly share code, notes, and snippets.

@stockenberg
Created February 13, 2019 10:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stockenberg/01f5b4b693c9ef4c3f4ca54efccaf0e9 to your computer and use it in GitHub Desktop.
Save stockenberg/01f5b4b693c9ef4c3f4ca54efccaf0e9 to your computer and use it in GitHub Desktop.
Javascript convert HTML Collection to Array
/* Converts an HTML Collection to an regular Array */
let arr = [].slice.call(ev.target.parentElement.parentElement.children);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment