Define a function, LastIndexOf, that accepts up to three arguments: array search Value startIndex (optional) code example
Example: last index of array js
array.lastIndexOf(searchElement[, fromIndex]);
array.lastIndexOf(searchElement[, fromIndex]);