I have a scenario. I will get all the data from service in the below shown array format. but I need to convert that to by removing them as strings
var array1 = ["one","two","three","four"]
var array1 = [one,two,thee,four]
array contains strings to variables of the array.