Posts by user203605 • 11 points
1 post
-
1
votes5
answers14567
viewsA: How to access index from a javascript array
You could use the method indexOf that serves to locate through the value assigned to the index, as in the example below: var produtosRestaurante = array() produtosRestaurante[0] = 'Cachorro Quente'…