Skip to content

Instantly share code, notes, and snippets.

@shanelonergan
Last active January 25, 2020 20:23
Show Gist options
  • Save shanelonergan/d14d59adfa23fc8dcfdc6283231f2643 to your computer and use it in GitHub Desktop.
Save shanelonergan/d14d59adfa23fc8dcfdc6283231f2643 to your computer and use it in GitHub Desktop.
const parent = document.getElementsByClassName('parent')
// => <div class='parent'></div>
const helloWorlds = document.getElementsByClassName('hello')
// => [ <p class='hello'>hello world 1</p>,
// <p class='hello'>hello world 2</p>,
// <p class='hello'>hello world 3</p>,
// <p class='hello'>hello world 4</p> ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment