Skip to content

Instantly share code, notes, and snippets.

@prmichaelsen
Created September 30, 2019 23:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save prmichaelsen/771a5041e5b576551cb1fb033016f17c to your computer and use it in GitHub Desktop.
Save prmichaelsen/771a5041e5b576551cb1fb033016f17c to your computer and use it in GitHub Desktop.
function getParticipantNames() {
const participants = database.getAllParticipants();
return participants.map(p => p.name);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment