var arr = ["item", "item2"]; arr.indexOf("item"); // return 0 arr.indexOf("item2") //retrun 1
array.indexOf("item");
var firstArrayItem = myValues[0]