Posts by Uchiha • 19 points
4 posts
-
-1
votes1
answer499
views -
0
votes1
answer27
viewsQ: Div is not showing up
I’m trying to make a div appear right after the other, but when I put the function, only the first one disappears and the second one doesn’t appear. <script> function apareceDiv1(){…
-
1
votes2
answers83
viewsQ: First item returns Undefined
I’m trying to print on inner one split, however, after passing through the for, the first value returns as undefined, could tell me what it might be? function parteTexto() { var teste; var texto =…
-
1
votes1
answer2185
viewsQ: Calculator in Javascript
I’m trying to execute the first part of the code so I can continue to do it, but instead of doing the operation when you click on the "+" button, it goes straight to the else. What can I do?…