Posts by Carlson Soares • 21 points
1 post
-
2
votes6
answers300
viewsA: How do I transform an array that is in a string for javascript array?
You can use JSON.parse to solve this, but in the format it is will not work directly, the values must be enclosed with double quotes. In that case then you could do it this way: //Essa parte…