Posts by Joao Vitor • 21 points
2 posts
-
0
votes2
answers1321
viewsQ: Search Javascript array elements
I would like to create a input that receives a value informed by the user and that when clicking on a button he executed a function that checks if the value entered exists in my array and if there…
-
1
votes1
answer1406
viewsQ: Take the value of a radio input with Javascript
<input type="radio" name="opcao" id="1" value="op1"> <input type="radio" name="opcao" id="2" value="op2"> <input type="radio" name="opcao" id="3" value="op4"> <input…
javascriptasked Joao Vitor 21