rafaelmaeuer
9/25/2017 - 8:56 AM

JavaScript indexOf method in an object array? - From https://stackoverflow.com/questions/8668174/indexof-method-in-an-object-array

JavaScript indexOf method in an object array? - From https://stackoverflow.com/questions/8668174/indexof-method-in-an-object-array

var indexOfStevie = myArray.findIndex(i => i.hello === "stevie");