lastIndexOf() Example 1
lastIndexOf() Example 1
This example defines an array [2,5,9,2] and then returns the last
index of the number 2 (which is 3) and then the lsat index after that (0).