Skip to content

Instantly share code, notes, and snippets.

@mbrown3321
Created October 17, 2020 18:37
Show Gist options
  • Save mbrown3321/891839cb5abf641ff843e4e22eaac0c4 to your computer and use it in GitHub Desktop.
Save mbrown3321/891839cb5abf641ff843e4e22eaac0c4 to your computer and use it in GitHub Desktop.
if (users.some(u => u.active)) {
console.log('user found!')
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment