Skip to content

Instantly share code, notes, and snippets.

@wolframkriesing
Last active August 29, 2015 14:20
Show Gist options
  • Save wolframkriesing/face2c99cde73dab009c to your computer and use it in GitHub Desktop.
Save wolframkriesing/face2c99cde73dab009c to your computer and use it in GitHub Desktop.
const isThree = num => num === 3;
const containsThree = arr => !!arr.find(item => item === 3);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment