Javascript Tutorial - Split - Tizag Tutorials
Split Function: Delimiter The space character " " we mentioned will be our delimiter and it is used by the split function as a way of breaking up the string. Every time it sees the delimiter we specified, it will create a new element in an array. The firs...