Skip to content

Instantly share code, notes, and snippets.

@davidep87
Created February 2, 2017 14:24
Show Gist options
  • Select an option

  • Save davidep87/11795e473bef455cd1036c8a2f73b3c3 to your computer and use it in GitHub Desktop.

Select an option

Save davidep87/11795e473bef455cd1036c8a2f73b3c3 to your computer and use it in GitHub Desktop.
function isInArray(value, array) {
return array.indexOf(value) > -1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment