Created
September 3, 2013 16:05
-
-
Save moux2003/6425918 to your computer and use it in GitHub Desktop.
Is value in array
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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