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");