for loop get index value in java script code example
Example: javascript for loop return index
const targetindex = myarray.findIndex(item => item.name === 'xyz');
const targetindex = myarray.findIndex(item => item.name === 'xyz');