javascript find index in list of objects code example Example: js find index in list let myList = ['foo', 'bar', 'qux']; myList.indexOf('bar'); // 1