LU06.S05 - Events - input counting
Code-Solution
Assignments
- Test the code example provided to you, if you type something into the input-field the counter must increase. Describe the behaviour of the script using HTML comments.
- Make sure that you have the title <h1> correctly named: lu06.s05.html
- Add a button InpCnt -1 that decreases the counter by step-size 1
- Add another button to reset the counter to 0.