Languages
[Edit]
EN

JavaScript - get index of object in array by property

0 points
Created by:
Gaia-Kirby
720

In this article, we would like to show you how to get the index of object in an array by property using JavaScript.

Reusable function

Edit

In this example, we create a reusable arrow function that accepts three arguments: 

  • array that we want to search,
  • property that we're looking for,
  • value of the property.

The method returns the index of the first object that matches the criteria or -1 if not found.

Practical example:

Alternative titles

  1. JavaScript - getting index of array's element based on its property
1
Donate to Dirask
Our content is created by volunteers - like Wikipedia. If you think, the things we do are good, donate us. Thanks!
Join to our subscribers to be up to date with content, news and offers.
Native Advertising
🚀
Get your tech brand or product in front of software developers.
For more information Contact us
Dirask - we help you to
solve coding problems.
Ask question.

❤️💻 🙂

Join