Guest User

Untitled

a guest
Jan 16th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. // Observação esse for vai percorrer o array de traz para frente.
  2. for(v = seuVetor.length; v > -1 ; v--){
  3. seuVetor[v] // Aqui você consegue pegar o valor do array.
  4. }
Add Comment
Please, Sign In to add comment