How to add the comma separated string value into array?

How to add the comma separated string value into array?


var stringValue = ["test","test1","test2"] ;

How to add this comma separated string value into  array?