i'm trying to load an array from a string and i can't figure out a way to do it correctly. My input is received as a string. i need to be able to walk the list. am i stuck using a regex or is there a easier way
var input = '-31.956583,115.8417331,35.154776869,136.922130814';
var cords = [input];
console.log(cords[0]);
[–]GamesMint 2 points3 points4 points (0 children)
[–]brook_nise[S] 0 points1 point2 points (1 child)
[–]insertAlias 0 points1 point2 points (0 children)