Skip to content

Instantly share code, notes, and snippets.

@jmlavoier
Created June 27, 2017 20:59
Show Gist options
  • Save jmlavoier/ed514db47977981625b4ad251cf49216 to your computer and use it in GitHub Desktop.
Save jmlavoier/ed514db47977981625b4ad251cf49216 to your computer and use it in GitHub Desktop.
const p = document.querySelector('.content');
console.log(p.children); // [p.p1, p.p2, p.p3]
console.log(p.childNodes); // [text, p.p1, text, p.p2, text, p.p3, text]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment