Posts by Pedro Raul • 1 point
1 post
-
0
votes0
answers44
viewsQ: In JS forms, using the <input> tag in html, why can’t I link a variable in the <script> directly to the input?
<h1>Somando Valores</h1> <input type="number" name='txtn1' id="txtn1"> + <input type="number" name="txtn2" id="txtn2"> <input type="button" value="Somar"…
inputasked Pedro Raul 1