Answers for "js find index of object by value of property and return it's key"

0

js find index of object by value of property and return it's key

const index = Data.findIndex(item => item.name === 'John');
Posted by: Guest on April-23-2021

Code answers related to "js find index of object by value of property and return it's key"

Code answers related to "Javascript"

Browse Popular Code Answers by Language