Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Fenil265/b2e23af042495d6385e0a59b849c24cf to your computer and use it in GitHub Desktop.
Save Fenil265/b2e23af042495d6385e0a59b849c24cf to your computer and use it in GitHub Desktop.
a = [
{prop1:"abc",prop2:"qwe"},
{prop1:"bnmb",prop2:"yutu"},
{prop1:"zxvz",prop2:"qwrq"}];
index = a.findIndex(x => x.prop2 ==="yutu");
console.log(index);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment