Posts by Daniel Carvalho de Oliveira • 43 points
2 posts
-
2
votes1
answer26
viewsQ: Navigating between the contents of an array
Studying about array I understood that array = document.querySelectorAll(".nomeClasse") returns an array that contains each element that uses this class. But it’s still unclear to me how you access…
-
2
votes0
answers39
viewsQ: Javascript running without declaring variable
I’m practicing Javascript and decided to make a simple To Do List. I realized that my program identifies the variable tableTask memso without me declaring it. I delete the line let tableTask =…
javascriptasked Daniel Carvalho de Oliveira 43