Posts by Ricardo Soares • 3 points
1 post
-
0
votes1
answer150
viewsQ: Why doesn’t this while loop work? (infinite)
I’m having trouble with a while loop in my code. For some reason, it’s looping endlessly. This is the code: function transf(){ var container = document.getElementById('container'); var compartimento…