Posts by Alex Zwir • 46 points
2 posts
-
2
votes2
answers474
viewsA: onclick event does not work on Chrome!
From what I noticed, its function broke Supported with opening and closing the {} in the wrong position! WRONG function quebraLampada() { } document.getElementById("Luz").src =…
-
1
votes1
answer85
viewsA: Python files
From what I understand from your code, you wanted to create a list to save the results of a third-degree function, right? To do this, you would have to use the append method of the List object.…