Posts by Desiree Fraga • 1 point
1 post
-
0
votes0
answers17
viewsQ: Convert a query string with array to object with Javascript
Hello :) I have a query string that I would like to transform into object, but this query string has an array that is converted as follows: &meuArray[0]=17&meuArray[1]=1 When I convert this…