Posts by Thalysson Leite • 29 points
2 posts
-
0
votes2
answers221
viewsA: My vscode does not execute code in "output", but in the console debug
Uses the "Node.js Exec" extension. You need to download Node (on the internet nodejs.org) then install the extension, as soon as you install the extension (you need Node installed for it to work),…
-
2
votes2
answers36
viewsQ: Why is an HTML element found only in "onload"?
If I put the code free, without being inside the onload, the variable button flipped null. My current code works, but I wanted to know why it doesn’t work without being inside the function onload.…