Posts by Biim Ladem • 11 points
2 posts
-
-2
votes2
answers175
viewsQ: How to show value typed in Alert()?
How to show a variable value string or typed in a prompt? <script type="text/javascript"> function funcao() { var x; var quantidade = prompt("Digite valor do saque"); x = quantidade;…
javascriptasked Biim Ladem 11 -
-2
votes1
answer18
viewsQ: How it shows the value of a var within a java html span
Staff searched the forum nothing else worked would you like to know how it shows the value of a var within span? I’m trying to Var exemplo = 10; Document.getElementById(pontos).innerHTML = Exemplo;…