Description: Illustrates the JavaScript syntax for the String Substring .
Syntax: string.substring(fromIndex,ToIndex) – Extracts the characters from a string, between two specified indices. – toIndex is optional and is not included in the returned string