I'm trying to create a JavaScript
to modify the number in my input field.
Example:
<input value="0">
And then a simple button or div with a JavasSript
click function.
<button>Add +10</button>
After clicking on the button:
<input value="10">
Does someone have a place I can read and learn to create this, or any tips to get me started. I know very little JavaScript
, but I wish to learn.