_.lastIndexOf([1, 2, 1, 2], 2); // => 3
// Search from the fromIndex. _.lastIndexOf([1, 2, 1, 2], 2, 2); // => 1
fromIndex