This version of the function returns indices of an array. Others return indices of a string. Parameters NameDescription elements An array with elements of any type. elementToFind Value to find in the input array. Example This example finds the index of an element in a string array. ...