Posts by user130604 • 1 point
1 post
-
0
votes1
answer34
viewsQ: Go adding for values in the array
I created an array: var tagListArray = []; for(i = 0; i<resultados.item(i); i++){ tagListArray = ["valor1", "valor2"]; } console.log(tagListArray); That one resultados.item(i) me returns x…