Description: Illustrates the JavaScript syntax for the String Split .
Syntax: string.split(separator,limit) – Splits a string into an array of substrings – separator is the character(s) that define where split occurs; limit is optional and defines max number of strings to return.