JavaScript Split string function provides the functionality to split the provided string into an Array from the specified separator character. JavaScript split function returns a collection of items in the form of JavaScript Array splitted from the specified delimiter value. JavaScript array items can be retrieved using for loop over the Array. Lets try the sample below to understand the functionality of JavaScript split string function: