Skip to content

Instantly share code, notes, and snippets.

@diogomoretti
Last active October 10, 2019 04:06
Show Gist options
  • Save diogomoretti/68be0054cfcea6b11c6f923dbfd6e292 to your computer and use it in GitHub Desktop.
Save diogomoretti/68be0054cfcea6b11c6f923dbfd6e292 to your computer and use it in GitHub Desktop.
Meetup Draw
// Example: https://www.meetup.com/floripajs/events/265094805/attendees
document.querySelector('.attendees-list').querySelectorAll('li')[Math.floor(Math.random() * document.querySelector('.attendees-list').querySelectorAll('li').length) + 1].querySelector('h4').textContent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment