Posts by Gabriel Caetano • 13 points
1 post
-
0
votes1
answer49
viewsQ: Loop "for" does not scroll through all list items
I have a problem with the following function: function limpaLista() { var lista = document.getElementById('resposta'); var itens = document.getElementsByClassName('Repos'); for (item of itens) {…