Convert string of list into integer.

Apr 29 2021 3:41 AM
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)