SyntaxFix
Write A Post
Hire A Developer
Questions
var array = searchTerms.split(","); for (var i in array){ alert(array[i]); }