Posts by Pablo Stefanes • 11 points
2 posts
-
-1
votes1
answer65
viewsQ: Error removing Child in List (li) Javascript
Friends! the code I have is this below, but when I remove all items from the list, that is all <li> with the function, I wanted the message of alert, when the person presses the Clear List…
javascriptasked Pablo Stefanes 11 -
-2
votes1
answer44
viewsQ: Clock that changes color
i have the following code in Javascript function carregar() { var msg = document.getElementById('msg') var img = document.getElementById('imagem') var data = new Date() var hora = data.getHours()…