Skip to content

Instantly share code, notes, and snippets.

@mgmgpyaesonewin
Created December 20, 2017 04:38
Show Gist options
  • Save mgmgpyaesonewin/c901e00ff915f31c58219538de0f4680 to your computer and use it in GitHub Desktop.
Save mgmgpyaesonewin/c901e00ff915f31c58219538de0f4680 to your computer and use it in GitHub Desktop.
determine the location of an item in an array
indexOf: function(arr, item) {
return arr.indexOf(item);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment