Skip to content

Instantly share code, notes, and snippets.

@rcdexta
Created March 28, 2019 04:54
Show Gist options
  • Select an option

  • Save rcdexta/e89fc4a3efab08a6839ac2c5796549c1 to your computer and use it in GitHub Desktop.

Select an option

Save rcdexta/e89fc4a3efab08a6839ac2c5796549c1 to your computer and use it in GitHub Desktop.
some element
const elements = ["cat", "dog", "bat"]
_.some(elements, el => el.startsWith('c'))
elements.some(el => el.startsWith('c'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment