Skip to content

Instantly share code, notes, and snippets.

@diogomoretti
Last active October 10, 2019 04:06
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