Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Uzwername/aaa962310b90212991fe4c74c9b4986b to your computer and use it in GitHub Desktop.
Save Uzwername/aaa962310b90212991fe4c74c9b4986b to your computer and use it in GitHub Desktop.
const bodyChildren = [...document.body.children];
for (let i = 0; i < bodyChildren.length; i++) {
// So... how do we get children of each body child?
analyseElement(bodyChildren[i]);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment