Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

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