Description: Illustrates the JavaScript syntax for the String LastIndexOf .
Syntax: string.lastIndexOf(searchstring, start) – Returns the position of the last found occurrence of a specified value in a string – start is optional.