Skip to content

Instantly share code, notes, and snippets.

@cb1kenobi
Created June 20, 2012 05:43
Show Gist options
  • Save cb1kenobi/2958313 to your computer and use it in GitHub Desktop.
Save cb1kenobi/2958313 to your computer and use it in GitHub Desktop.
Array.indexOf()
if (["bottom","height","left","right","top","width"].indexOf("width") != -1) {
// win
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment