Skip to content

Instantly share code, notes, and snippets.

@moux2003
Created September 3, 2013 16:05
Show Gist options
  • Select an option

  • Save moux2003/6425918 to your computer and use it in GitHub Desktop.

Select an option

Save moux2003/6425918 to your computer and use it in GitHub Desktop.
Is value in array
// true if needed is found in list
function ( list, needed ) { return !!~list.indexOf( needed ); }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment