Skip to content

Instantly share code, notes, and snippets.

@leben-jp
Created March 12, 2018 12:29
Show Gist options
  • Select an option

  • Save leben-jp/93ea931235cd7fb0db6d211e8280f4b7 to your computer and use it in GitHub Desktop.

Select an option

Save leben-jp/93ea931235cd7fb0db6d211e8280f4b7 to your computer and use it in GitHub Desktop.
var array = ['a', 'b', 'c', 'b'];
var index = array.lastIndexOf('c');
console.log(index); // 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment