2
Answers

Convert string of list into integer.

Hello, 
I am getting a response in which I got a list of string like ['2000','2003',2009']. Now I want to convert it into a list of numbers.
I am using parseInt inside the for loop. Can is there any other method? 
Answers (2)