Posts by D.Alexandre • 11 points
2 posts
-
0
votes1
answer28
viewsA: I cannot return onclick property to a button with its parameters
I ended up solving the problem using the attribute disable , by setting in function check() disable for "", and in function clear() for false function limpar(){ nind = 0; tentativas = 5; ncertas =…
-
1
votes1
answer28
viewsQ: I cannot return onclick property to a button with its parameters
I created a simple hangman game, in which within multiple themes a secret word is chosen randomly. The user has at his disposal 27 buttons, each one with a letter of the alphabet and when clicking a…