Posts by Lucas Cardoso • 3 points
2 posts
-
0
votes2
answers102
viewsQ: Error in my Bird Flappy
In my code the barriers remain the same size without alternating when they pass. What can it be? function novoElemento(tagName, className) { const elem = document.createElement(tagName);…
javascriptasked Lucas Cardoso 3 -
0
votes2
answers1333
viewsQ: Error in troubleshooting
Read 2 integer values and store them in variables A and B. Perform the sum of A and B assigning its result to the variable X. Print X as shown below. Do not display any message beyond what is being…
javascriptasked Lucas Cardoso 3