In this section we shall learn about how to split the string in JavaScript.
SPLIT STRING:
The splitting strings has been supported in many programming languages, and it is available in JavaScript as well. If your having long string with the names, and you want to store each name seprately, split string method is used.