Skip to content

Instantly share code, notes, and snippets.

@wholypantalones
Created July 17, 2018 12:38
Show Gist options
  • Save wholypantalones/269d7b63a696ed84fd9cc3d68c40255f to your computer and use it in GitHub Desktop.
Save wholypantalones/269d7b63a696ed84fd9cc3d68c40255f to your computer and use it in GitHub Desktop.
Find index
// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/findIndex
arr.findIndex((el) => {
return el.val === another.val;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment