+ 1
How to take Js value to input's value??
If x = 5 and y = 6 Then How to put the value of x and y in value of input tags.. <input type="text" value=() placeholder="Enter any number">
2 Réponses
+ 3
If I understood your question then this example shows you how:
https://code.sololearn.com/Wz1xFwext2Z3/?ref=app